Skip to content

Commit

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

Bump docker/setup-buildx-action from 3.9.0 to 3.10.0
  • Loading branch information
BretFisher authored Feb 27, 2025
2 parents 9d30314 + 07723d1 commit 4aebaf0
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 @@ -137,7 +137,7 @@ jobs:
# BuildKit (used with `docker buildx`) is the best way to build images
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.9.0
uses: docker/setup-buildx-action@v3.10.0

- name: Login to DockerHub
if: inputs.dockerhub-enable
Expand Down

0 comments on commit 4aebaf0

Please sign in to comment.