Skip to content

Commit

Permalink
Merge pull request #111 from BretFisher/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/setup-qemu-action-3.4.0

Bump docker/setup-qemu-action from 3.3.0 to 3.4.0
  • Loading branch information
BretFisher authored Feb 7, 2025
2 parents 1e9eb17 + dec56a8 commit 4bb13a1
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.3.0
uses: docker/setup-qemu-action@v3.4.0

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

0 comments on commit 4bb13a1

Please sign in to comment.