Skip to content

Commit

Permalink
Merge pull request #20 from mynaparrot/renovate/docker-setup-qemu-act…
Browse files Browse the repository at this point in the history
…ion-3.x

chore(deps): update docker/setup-qemu-action action to v3
  • Loading branch information
jibon57 authored Sep 13, 2023
2 parents 1622545 + 155060e commit 537b418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dev-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:latest
platforms: all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:latest
platforms: all
Expand Down

0 comments on commit 537b418

Please sign in to comment.