Skip to content

Commit 68e4cac

Browse files
authored
Merge pull request #426 from docker/dependabot/github_actions/docker/build-push-action-6
chore(deps): Bump docker/build-push-action from 5 to 6
2 parents 7ba3606 + 2331fdf commit 68e4cac

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)