Skip to content

Commit

Permalink
Merge pull request #2240 from devops-infra/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…master/docker/setup-qemu-action-3.1.0

Bump docker/setup-qemu-action from 3.0.0 to 3.1.0
  • Loading branch information
ChristophShyper authored Jul 4, 2024
2 parents f80d203 + c1a57a3 commit 8b3c237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PUSH-MASTER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
install: true

- name: QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.1.0
with:
image: tonistiigi/binfmt:latest
platforms: amd64,arm64
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/PUSH-OTHER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# install: true
#
# - name: QEMU
# uses: docker/setup-qemu-action@v3.0.0
# uses: docker/setup-qemu-action@v3.1.0
# with:
# image: tonistiigi/binfmt:latest
# platforms: amd64,arm64
Expand All @@ -84,7 +84,7 @@ jobs:
install: true

- name: QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.1.0
with:
image: tonistiigi/binfmt:latest
platforms: amd64,arm64
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
install: true

- name: QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.1.0
with:
image: tonistiigi/binfmt:latest
platforms: amd64,arm64
Expand Down

0 comments on commit 8b3c237

Please sign in to comment.