Skip to content

Commit

Permalink
setup QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
lydoan1199 committed Jan 11, 2024
1 parent caacacd commit 37fc0f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_agent_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:
ref: ltest

- name: Login Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
username: ${{ secrets.A }}
password: ${{ secrets.B }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

- name: Build and push Docker images
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: ./
platforms: linux/amd64, linux/arm64
Expand Down

0 comments on commit 37fc0f5

Please sign in to comment.