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

Merged
luke merged 1 commits from renovate/docker-build-push-action-7.x into main 2026-03-06 20:09:14 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7d6305bdbd - Show all commits

View File

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

View File

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