Skip to content

Commit 63a5de1

Browse files
build(deps): Bump docker/build-push-action from 5 to 6 (#140)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 984d393 commit 63a5de1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: docker/setup-buildx-action@v3
8585

8686
- name: Build KDC image
87-
uses: docker/build-push-action@v5
87+
uses: docker/build-push-action@v6
8888
with:
8989
context: "{{defaultContext}}:testdata"
9090
load: true
@@ -94,7 +94,7 @@ jobs:
9494
cache-to: type=gha,mode=max
9595

9696
- name: Build DNS image
97-
uses: docker/build-push-action@v5
97+
uses: docker/build-push-action@v6
9898
with:
9999
context: "{{defaultContext}}:testdata"
100100
load: true
@@ -104,7 +104,7 @@ jobs:
104104
cache-to: type=gha,mode=max
105105

106106
- name: Extract keytab
107-
uses: docker/build-push-action@v5
107+
uses: docker/build-push-action@v6
108108
with:
109109
context: "{{defaultContext}}:testdata"
110110
outputs: type=local,dest=testdata

0 commit comments

Comments
 (0)