File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 1.1.33
1+ 1.1.34
Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Docker manager metadata
2424 id : meta
25- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7 .0
25+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
2626 with :
2727 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
2828 flavor : ${{ inputs.metadata_flavor }}
Original file line number Diff line number Diff line change 4747 metadata_tags : ${{ env.metadata_tags }}
4848
4949 - name : Login to ghcr.io for CI
50- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
50+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
5151 with :
5252 registry : ghcr.io
5353 username : ${{ github.actor }}
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.33
24+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.34
2525 credentials :
2626 username : ${{ github.actor }}
2727 password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 3737 metadata_tags : ${{ env.metadata_tags }}
3838
3939 - name : Login to ghcr.io for CI
40- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
40+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
4141 with :
4242 registry : ghcr.io
4343 username : ${{ github.actor }}
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.33
12+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.34
1313 credentials :
1414 username : ${{ github.actor }}
1515 password : ${{ secrets.github_token }}
You can’t perform that action at this time.
0 commit comments