build(deps): Bump docker/build-push-action from 6 to 7

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/158/head
dependabot[bot] 2026-03-09 22:49:54 +00:00 committed by Paul Spooren
parent 731f8291a1
commit 1b06582a6c
1 changed files with 6 additions and 6 deletions

View File

@ -210,7 +210,7 @@ jobs:
- name: Build
id: build
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
no-cache: true
push: false
@ -234,7 +234,7 @@ jobs:
- name: Push
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: true
no-cache: true
@ -352,7 +352,7 @@ jobs:
- name: Build
id: build
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
no-cache: true
push: false
@ -386,7 +386,7 @@ jobs:
- name: Push
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
push: true
no-cache: true
@ -489,7 +489,7 @@ jobs:
- name: Build
id: build
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
no-cache: true
push: false
@ -505,7 +505,7 @@ jobs:
- name: Push
if: github.event_name != 'pull_request'
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
no-cache: true
push: true