Skip to content

Commit

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

Bump docker/build-push-action from 5.3.0 to 6.2.0
  • Loading branch information
bengarrett authored Jul 1, 2024
2 parents 559b2eb + b8762c7 commit a93877c
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@v5.3.0
uses: docker/build-push-action@v6.2.0
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit a93877c

Please sign in to comment.