This repository was archived by the owner on Dec 16, 2025. It is now read-only.
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 9191
9292 # Import GitHub's cache build to docker cache
9393 - name : Copy cspo Golang cache to docker cache
94- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1 .0
94+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2 .0
9595 with :
9696 provenance : false
9797 context : /tmp/.cache/cspo
@@ -101,7 +101,7 @@ jobs:
101101 target : import-cache
102102
103103 - name : Build and push cspo image
104- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
104+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5
105105 id : docker_build_release_cspo
106106 with :
107107 provenance : false
@@ -154,7 +154,7 @@ jobs:
154154 # Store docker's golang's cache build locally only on the main branch
155155 - name : Store cspo Golang cache build locally
156156 if : ${{ steps.cache.outputs.cache-hit != 'true' }}
157- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1 .0
157+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5.2 .0
158158 with :
159159 provenance : false
160160 context : .
Original file line number Diff line number Diff line change 6060 echo 'EOF' >> $GITHUB_ENV
6161
6262 - name : Build and push cspo image
63- uses : docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5
63+ uses : docker/build-push-action@af5a7ed5ba88268d5278f7203fb52cd833f66d6e # v5
6464 id : docker_build_release_cspo
6565 with :
6666 provenance : false
You can’t perform that action at this time.
0 commit comments