Skip to content

Commit

Permalink
Merge pull request #124 from Moulick/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6
  • Loading branch information
Moulick authored Jun 18, 2024
2 parents 1870714 + e20d24a commit 2e1e62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down

0 comments on commit 2e1e62f

Please sign in to comment.