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

This commit is contained in:
2026-03-05 22:01:32 +00:00
parent 89706bf044
commit 7d6305bdbd
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ jobs:
printf "Tags:\n${{ steps.meta.outputs.tags }}" printf "Tags:\n${{ steps.meta.outputs.tags }}"
- name: Build images - name: Build images
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
push: false push: false

View File

@@ -49,7 +49,7 @@ jobs:
- name: Build and push Docker image - name: Build and push Docker image
id: push id: push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v7
with: with:
context: . context: .
push: true push: true