File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 83
83
84
84
# Import GitHub's cache build to docker cache
85
85
- name : Copy cso Golang cache to docker cache
86
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
86
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
87
87
with :
88
88
provenance : false
89
89
context : /tmp/.cache/cso
93
93
target : import-cache
94
94
95
95
- name : Build and push cso image
96
- uses : docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6
96
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6
97
97
id : docker_build_release_cso
98
98
with :
99
99
provenance : false
@@ -129,7 +129,7 @@ jobs:
129
129
# Store docker's golang's cache build locally only on the main branch
130
130
- name : Store cso Golang cache build locally
131
131
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
132
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
132
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
133
133
with :
134
134
provenance : false
135
135
context : .
Original file line number Diff line number Diff line change 61
61
echo 'EOF' >> $GITHUB_ENV
62
62
63
63
- name : Build and push cso image
64
- uses : docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6
64
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6
65
65
id : docker_build_release_cso
66
66
with :
67
67
provenance : false
You can’t perform that action at this time.
0 commit comments