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/198/head
dependabot[bot] 2026-03-09 22:49:54 +00:00 committed by GitHub
parent 1164645a5e
commit 32a0ba43b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -206,7 +206,7 @@ jobs:
- name: Build
id: build
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
no-cache: true
push: false
@ -230,7 +230,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
@ -348,7 +348,7 @@ jobs:
- name: Build
id: build
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
no-cache: true
push: false
@ -382,7 +382,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
@ -484,7 +484,7 @@ jobs:
- name: Build
id: build
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
no-cache: true
push: false
@ -500,7 +500,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