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 8383
8484 # Import GitHub's cache build to docker cache
8585 - 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
8787 with :
8888 provenance : false
8989 context : /tmp/.cache/cso
9393 target : import-cache
9494
9595 - name : Build and push cso image
96- uses : docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6
96+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6
9797 id : docker_build_release_cso
9898 with :
9999 provenance : false
@@ -129,7 +129,7 @@ jobs:
129129 # Store docker's golang's cache build locally only on the main branch
130130 - name : Store cso Golang cache build locally
131131 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
133133 with :
134134 provenance : false
135135 context : .
Original file line number Diff line number Diff line change 6161 echo 'EOF' >> $GITHUB_ENV
6262
6363 - name : Build and push cso image
64- uses : docker/build-push-action@94f8f8c2eec4bc3f1d78c1755580779804cb87b2 # v6
64+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6
6565 id : docker_build_release_cso
6666 with :
6767 provenance : false
You can’t perform that action at this time.
0 commit comments