Bump docker/build-push-action from 6.19.2 to 7.0.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-09 08:26:57 +00:00
committed by GitHub
parent ca1d51b594
commit b6200c5030
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
type=ref,event=branch
type=edge,branch=main
- name: Build
uses: docker/build-push-action@v6.19.2
uses: docker/build-push-action@v7.0.0
with:
platforms: ${{ env.PLATFORMS }}
push: false
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
type=ref,event=branch
type=edge,branch=main
- name: Build and push ${{ github.repository }}:${{ steps.git.outputs.image_tag }}
uses: docker/build-push-action@v6.19.2
uses: docker/build-push-action@v7.0.0
with:
platforms: ${{ env.PLATFORMS }}
push: true
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
- name: Build and push
uses: docker/build-push-action@v6.19.2
uses: docker/build-push-action@v7.0.0
with:
platforms: ${{ env.PLATFORMS }}
push: true