Bump docker/build-push-action from 6 to 7 (#5)
Some checks failed
Build and publish images / build (map[dockerfile:deploy/api.Dockerfile name:familynido-api]) (push) Has been cancelled
Build and publish images / build (map[dockerfile:deploy/web.Dockerfile name:familynido-web]) (push) Has been cancelled
E2E (Playwright) / playwright (push) Has been cancelled

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-05-13 00:56:14 +02:00 committed by GitHub
parent 5fa4588cf8
commit 972d05158e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ jobs:
type=sha,format=short
- name: Build and push ${{ matrix.image.name }}
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: ${{ matrix.image.dockerfile }}