Skip to content

Commit

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

Bump docker/setup-qemu-action from 3.2.0 to 3.3.0
  • Loading branch information
ChristophShyper authored Jan 14, 2025
2 parents cdfb0c7 + b515fce commit 6c521d4
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.2.0
uses: docker/setup-qemu-action@v3.3.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.2.0
# uses: docker/setup-qemu-action@v3.3.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.2.0
uses: docker/setup-qemu-action@v3.3.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.2.0
uses: docker/setup-qemu-action@v3.3.0
with:
image: tonistiigi/binfmt:latest
platforms: amd64,arm64
Expand Down

0 comments on commit 6c521d4

Please sign in to comment.