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 22
22
steps :
23
23
- name : Docker manager metadata
24
24
id : meta
25
- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7 .0
25
+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
26
26
with :
27
27
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
28
28
flavor : ${{ inputs.metadata_flavor }}
Original file line number Diff line number Diff line change 47
47
metadata_tags : ${{ env.metadata_tags }}
48
48
49
49
- 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
51
51
with :
52
52
registry : ghcr.io
53
53
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 21
21
if : github.event_name != 'pull_request' || !github.event.pull_request.draft
22
22
runs-on : ubuntu-latest
23
23
container :
24
- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.33
24
+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.34
25
25
credentials :
26
26
username : ${{ github.actor }}
27
27
password : ${{ secrets.github_token }}
Original file line number Diff line number Diff line change 37
37
metadata_tags : ${{ env.metadata_tags }}
38
38
39
39
- 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
41
41
with :
42
42
registry : ghcr.io
43
43
username : ${{ github.actor }}
Original file line number Diff line number Diff line change 9
9
name : Trivy
10
10
runs-on : ubuntu-latest
11
11
container :
12
- image : ghcr.io/sovereigncloudstack/cso-builder:1.1.33
12
+ image : ghcr.io/sovereigncloudstack/cso-builder:1.1.34
13
13
credentials :
14
14
username : ${{ github.actor }}
15
15
password : ${{ secrets.github_token }}
You can’t perform that action at this time.
0 commit comments