Skip to content

Commit

Permalink
Merge pull request #28 from MostlyDevOps/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/setup-qemu-action-3.0.0

Bump docker/setup-qemu-action from 2.2.0 to 3.0.0
  • Loading branch information
BretFisher authored Mar 3, 2025
2 parents 5703044 + cff35ab commit cb93779
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 @@ -135,7 +135,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@v2.2.0
uses: docker/setup-qemu-action@v3.0.0

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

0 comments on commit cb93779

Please sign in to comment.