Skip to content

Commit

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

Bump docker/build-push-action from 6.5.0 to 6.7.0
  • Loading branch information
bengarrett authored Sep 4, 2024
2 parents f8d3b80 + 980a9b1 commit 7fbe79a
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.5.0
uses: docker/build-push-action@v6.7.0
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit 7fbe79a

Please sign in to comment.