Skip to content

Commit

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

Bump docker/setup-buildx-action from 3.8.0 to 3.9.0
  • Loading branch information
BretFisher authored Feb 7, 2025
2 parents 4bb13a1 + 23fa2d9 commit de2015e
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.8.0
uses: docker/setup-buildx-action@v3.9.0

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

0 comments on commit de2015e

Please sign in to comment.