File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 87
87
- name : Build and publish container image
88
88
# Only run this on repositories in the 'spinnaker' org, not on forks.
89
89
if : startsWith(github.repository, 'spinnaker/')
90
- uses : docker/build-push-action@v5
90
+ uses : docker/build-push-action@v6
91
91
with :
92
92
context : .
93
93
file : Dockerfile
Original file line number Diff line number Diff line change 56
56
dist/${{ steps.build_variables.outputs.VERSION }}/linux/amd64/spin --version
57
57
58
58
- name : Build container image
59
- uses : docker/build-push-action@v5
59
+ uses : docker/build-push-action@v6
60
60
with :
61
61
context : .
62
62
file : Dockerfile
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126
126
- name : Build and publish container image
127
127
# Only run this on repositories in the 'spinnaker' org, not on forks.
128
128
if : startsWith(github.repository, 'spinnaker/')
129
- uses : docker/build-push-action@v5
129
+ uses : docker/build-push-action@v6
130
130
with :
131
131
context : .
132
132
file : Dockerfile
You can’t perform that action at this time.
0 commit comments