Skip to content

Commit 2331fdf

Browse files
chore(deps): Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7b4ed1 commit 2331fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ jobs:
324324
type=sha
325325
-
326326
name: Build and push to local registry
327-
uses: docker/build-push-action@v5
327+
uses: docker/build-push-action@v6
328328
with:
329329
context: ./test
330330
file: ./test/Dockerfile
@@ -445,7 +445,7 @@ jobs:
445445
maintainer=Foo
446446
-
447447
name: Build
448-
uses: docker/build-push-action@v5
448+
uses: docker/build-push-action@v6
449449
with:
450450
context: ./test
451451
file: ./test/output.Dockerfile

0 commit comments

Comments
 (0)