Skip to content

Commit 57fd15f

Browse files
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](docker/build-push-action@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>
1 parent d71e71e commit 57fd15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
type=ref,event=branch
183183
- name: Build and push development image
184184
id: build_dev
185-
uses: docker/build-push-action@v6
185+
uses: docker/build-push-action@v7
186186
with:
187187
file: Dockerfile
188188
push: false
@@ -245,7 +245,7 @@ jobs:
245245
type=edge,branch=main
246246
- name: Build and push production image
247247
id: build_latest
248-
uses: docker/build-push-action@v6
248+
uses: docker/build-push-action@v7
249249
with:
250250
context: .
251251
push: false

0 commit comments

Comments
 (0)