Skip to content

Commit

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

Bump docker/build-push-action from 6.7.0 to 6.9.0
  • Loading branch information
bengarrett authored Oct 4, 2024
2 parents 7fbe79a + f85da1b commit 1b04819
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.7.0
uses: docker/build-push-action@v6.9.0
with:
platforms: linux/amd64,linux/arm64
push: true
Expand Down

0 comments on commit 1b04819

Please sign in to comment.