Skip to content

Commit 87e85ea

Browse files
chore(deps): bump docker/build-push-action from 5 to 6 (#382)
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 a58971b commit 87e85ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- name: Build and publish container image
8888
# Only run this on repositories in the 'spinnaker' org, not on forks.
8989
if: startsWith(github.repository, 'spinnaker/')
90-
uses: docker/build-push-action@v5
90+
uses: docker/build-push-action@v6
9191
with:
9292
context: .
9393
file: Dockerfile

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
dist/${{ steps.build_variables.outputs.VERSION }}/linux/amd64/spin --version
5757
5858
- name: Build container image
59-
uses: docker/build-push-action@v5
59+
uses: docker/build-push-action@v6
6060
with:
6161
context: .
6262
file: Dockerfile

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Build and publish container image
127127
# Only run this on repositories in the 'spinnaker' org, not on forks.
128128
if: startsWith(github.repository, 'spinnaker/')
129-
uses: docker/build-push-action@v5
129+
uses: docker/build-push-action@v6
130130
with:
131131
context: .
132132
file: Dockerfile

0 commit comments

Comments
 (0)