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
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:
parent
5fa4588cf8
commit
972d05158e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-and-push.yml
vendored
2
.github/workflows/build-and-push.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue