Skip to content

Commit

Permalink
Merge pull request #84 from bengarrett/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/build-push-action-6.13.0

Bump docker/build-push-action from 6.10.0 to 6.13.0
  • Loading branch information
bengarrett authored Feb 6, 2025
2 parents af0d176 + f9f0a50 commit 3361ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker images
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.13.0
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit 3361ac6

Please sign in to comment.