Skip to content

Commit

Permalink
chore(deps): bump docker/setup-qemu-action (#7507)
Browse files Browse the repository at this point in the history
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 326560df218a7ea9cf6ab49bbc88b8b306bb437e to 5306bad0baa6b616b9934712d4eba8da2112606d.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@326560d...5306bad)

---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2024
1 parent 4f6dd37 commit b9436bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:

- name: Set up QEMU
if: steps.build_docker_image.outputs.build && steps.prep.outputs.build
uses: docker/setup-qemu-action@326560df218a7ea9cf6ab49bbc88b8b306bb437e # master
uses: docker/setup-qemu-action@5306bad0baa6b616b9934712d4eba8da2112606d # master
with:
image: tonistiigi/binfmt:master
platforms: all
Expand Down

0 comments on commit b9436bb

Please sign in to comment.