File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 31
31
steps :
32
32
- name : Check Signature
33
33
run : |
34
- cosign verify ghcr.io/gythialy/golang-cross:v1.24.3 -0@sha256:b0e66440a1dc4216c45d9df95ac9c34b9cb2e7de1d9e55a94914eb38c2ec2249 \
34
+ cosign verify ghcr.io/gythialy/golang-cross:v1.24.4 -0@sha256:0b29abd58891e1b3dc915efbfec697f93151118e20c13860ac1c8667ef14fb24 \
35
35
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
36
- --certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.24.3 -0"
36
+ --certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.24.4 -0"
37
37
env :
38
38
TUF_ROOT : /tmp
39
39
43
43
- check-signature
44
44
45
45
container :
46
- image : ghcr.io/gythialy/golang-cross:v1.24.3 -0@sha256:b0e66440a1dc4216c45d9df95ac9c34b9cb2e7de1d9e55a94914eb38c2ec2249
46
+ image : ghcr.io/gythialy/golang-cross:v1.24.4 -0@sha256:0b29abd58891e1b3dc915efbfec697f93151118e20c13860ac1c8667ef14fb24
47
47
volumes :
48
48
- /usr:/host_usr
49
49
- /opt:/host_opt
Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ steps:
38
38
- TUF_ROOT=/tmp
39
39
args :
40
40
- ' verify'
41
- - ' ghcr.io/gythialy/golang-cross:v1.24.3 -0@sha256:b0e66440a1dc4216c45d9df95ac9c34b9cb2e7de1d9e55a94914eb38c2ec2249 '
41
+ - ' ghcr.io/gythialy/golang-cross:v1.24.4 -0@sha256:0b29abd58891e1b3dc915efbfec697f93151118e20c13860ac1c8667ef14fb24 '
42
42
- ' --certificate-oidc-issuer'
43
43
- " https://token.actions.githubusercontent.com"
44
44
- ' --certificate-identity'
45
- - " https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.24.3 -0"
45
+ - " https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.24.4 -0"
46
46
47
47
# maybe we can build our own image and use that to be more in a safe side
48
- - name : ghcr.io/gythialy/golang-cross:v1.24.3 -0@sha256:b0e66440a1dc4216c45d9df95ac9c34b9cb2e7de1d9e55a94914eb38c2ec2249
48
+ - name : ghcr.io/gythialy/golang-cross:v1.24.4 -0@sha256:0b29abd58891e1b3dc915efbfec697f93151118e20c13860ac1c8667ef14fb24
49
49
entrypoint : /bin/sh
50
50
dir : " go/src/sigstore/cosign"
51
51
env :
68
68
gcloud auth configure-docker \
69
69
&& make release
70
70
71
- - name : ghcr.io/gythialy/golang-cross:v1.24.3 -0@sha256:b0e66440a1dc4216c45d9df95ac9c34b9cb2e7de1d9e55a94914eb38c2ec2249
71
+ - name : ghcr.io/gythialy/golang-cross:v1.24.4 -0@sha256:0b29abd58891e1b3dc915efbfec697f93151118e20c13860ac1c8667ef14fb24
72
72
entrypoint : ' bash'
73
73
dir : " go/src/sigstore/cosign"
74
74
env :
You can’t perform that action at this time.
0 commit comments