Merge pull request #175 from tuna2134/renovate/docker-build-push-action-7.x

chore(deps): update docker/build-push-action action to v7
This commit is contained in:
github-actions[bot]
2026-03-05 21:59:00 +00:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push image - name: Build and push image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
push: true push: true