Merge pull request #9 from torrentclaw/dependabot/github_actions/docker/build-push-action-7

ci(deps): bump docker/build-push-action from 6 to 7
This commit is contained in:
Deivid Soto 2026-03-31 10:10:14 +02:00 committed by GitHub
commit a184937287

View file

@ -52,7 +52,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: docker/build-push-action@v6 - uses: docker/build-push-action@v7
with: with:
context: . context: .
push: true push: true