Skip to content

Commit af3b87b

Browse files
Bump docker/build-push-action from 4 to 6 (#6390)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' 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 76cbcbb commit af3b87b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/knative-docs-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ jobs:
5656
tags: ghcr.io/knative/autoscale-go:latest
5757

5858
- name: Build sample-app's frontend image
59-
uses: docker/build-push-action@v4
59+
uses: docker/build-push-action@v6
6060
with:
6161
push: true
6262
platforms: linux/amd64,linux/arm64
6363
context: ./code-samples/eventing/bookstore-sample-app/solution/frontend
6464
tags: ghcr.io/knative/bookstore-frontend:latest
6565

6666
- name: Build sample-app's node-server image
67-
uses: docker/build-push-action@v4
67+
uses: docker/build-push-action@v6
6868
with:
6969
push: true
7070
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)