File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- 1.1.15
1+ 1.1.16
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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4 .0
86+ uses : docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0 .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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
96+ uses : docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # 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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4 .0
132+ uses : docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6.0 .0
133133 with :
134134 provenance : false
135135 context : .
Original file line number Diff line number Diff line change 2121 if : github.event_name != 'pull_request' || !github.event.pull_request.draft
2222 runs-on : ubuntu-latest
2323 container :
24- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.15
24+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.16
2525 credentials :
2626 username : ${{ github.actor }}
2727 password : ${{ secrets.github_token }}
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@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5
64+ uses : docker/build-push-action@c382f710d39a5bb4e430307530a720f50c2d3318 # v6
6565 id : docker_build_release_cso
6666 with :
6767 provenance : false
Original file line number Diff line number Diff line change 99 name : Trivy
1010 runs-on : ubuntu-latest
1111 container :
12- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.15
12+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.16
1313 credentials :
1414 username : ${{ github.actor }}
1515 password : ${{ secrets.github_token }}
You can’t perform that action at this time.
0 commit comments