File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 91
91
92
92
# Import GitHub's cache build to docker cache
93
93
- name : Copy cspo Golang cache to docker cache
94
- uses : docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4 .0
94
+ uses : docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0 .0
95
95
with :
96
96
provenance : false
97
97
context : /tmp/.cache/cspo
@@ -101,7 +101,7 @@ jobs:
101
101
target : import-cache
102
102
103
103
- name : Build and push cspo image
104
- uses : docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
104
+ uses : docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6
105
105
id : docker_build_release_cspo
106
106
with :
107
107
provenance : false
@@ -154,7 +154,7 @@ jobs:
154
154
# Store docker's golang's cache build locally only on the main branch
155
155
- name : Store cspo Golang cache build locally
156
156
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
157
- uses : docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4 .0
157
+ uses : docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0 .0
158
158
with :
159
159
provenance : false
160
160
context : .
Original file line number Diff line number Diff line change 60
60
echo 'EOF' >> $GITHUB_ENV
61
61
62
62
- name : Build and push cspo image
63
- uses : docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
63
+ uses : docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6
64
64
id : docker_build_release_cspo
65
65
with :
66
66
provenance : false
You can’t perform that action at this time.
0 commit comments