Skip to content

Commit

Permalink
Merge pull request #118 from BretFisher/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/setup-qemu-action-3.6.0
  • Loading branch information
BretFisher authored Mar 3, 2025
2 parents caf491a + a8d4125 commit d45b372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
# we need qemu and buildx so we can build multiple platforms later
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v3.5.0
uses: docker/setup-qemu-action@v3.6.0

# BuildKit (used with `docker buildx`) is the best way to build images
- name: Set up Docker Buildx
Expand Down

0 comments on commit d45b372

Please sign in to comment.