Skip to content

Commit

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

Bump docker/build-push-action from 4.0.0 to 4.1.1
  • Loading branch information
bengarrett authored Jan 9, 2024
2 parents 4830195 + ff82570 commit 12b40c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Build and push Docker images
uses: docker/build-push-action@v4.0.0
uses: docker/build-push-action@v4.1.1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 12b40c6

Please sign in to comment.