chore(deps): update docker/build-push-action action to v7

This commit is contained in:
2026-03-08 17:04:38 +00:00
parent 68b4f7b85b
commit f89030fb12
+2 -2
View File
@@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker image for main
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: true
@@ -57,7 +57,7 @@ jobs:
if: github.ref == 'refs/heads/main'
- name: Build and push Docker image for staging
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
push: true