Skip to content

Commit

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

Bump docker/build-push-action from 1.1.0 to 6.10.0
  • Loading branch information
moshevayner authored Dec 31, 2024
2 parents f8f373b + f544442 commit 4fe32c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: checkout repository
uses: actions/checkout@v4
- name: Build and push Docker images
uses: docker/build-push-action@v1.1.0
uses: docker/build-push-action@v6.10.0
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_PASS }}
Expand Down

0 comments on commit 4fe32c6

Please sign in to comment.