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 33
33
steps :
34
34
- name : Check Signature
35
35
run : |
36
- cosign verify ghcr.io/gythialy/golang-cross:v1.24.2 -0@sha256:03daa4bcae0ac852b4d0c84021f794ed2732d712c492a5577b86d6503e476c0c \
36
+ cosign verify ghcr.io/gythialy/golang-cross:v1.24.4 -0@sha256:0b29abd58891e1b3dc915efbfec697f93151118e20c13860ac1c8667ef14fb24 \
37
37
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
38
- --certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.24.2 -0"
38
+ --certificate-identity "https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.24.4 -0"
39
39
env :
40
40
TUF_ROOT : /tmp
41
41
44
44
needs :
45
45
- check-signature
46
46
container :
47
- image : ghcr.io/gythialy/golang-cross:v1.24.2 -0@sha256:03daa4bcae0ac852b4d0c84021f794ed2732d712c492a5577b86d6503e476c0c
47
+ image : ghcr.io/gythialy/golang-cross:v1.24.4 -0@sha256:0b29abd58891e1b3dc915efbfec697f93151118e20c13860ac1c8667ef14fb24
48
48
49
49
steps :
50
50
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ steps:
38
38
- TUF_ROOT=/tmp
39
39
args :
40
40
- ' verify'
41
- - ' ghcr.io/gythialy/golang-cross:v1.24.2 -0@sha256:03daa4bcae0ac852b4d0c84021f794ed2732d712c492a5577b86d6503e476c0c '
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.2 -0"
45
+ - " https://github.com/gythialy/golang-cross/.github/workflows/release-golang-cross.yml@refs/tags/v1.24.4 -0"
46
46
47
- - name : ghcr.io/gythialy/golang-cross:v1.24.2 -0@sha256:03daa4bcae0ac852b4d0c84021f794ed2732d712c492a5577b86d6503e476c0c
47
+ - name : ghcr.io/gythialy/golang-cross:v1.24.4 -0@sha256:0b29abd58891e1b3dc915efbfec697f93151118e20c13860ac1c8667ef14fb24
48
48
entrypoint : /bin/sh
49
49
dir : " go/src/sigstore/rekor"
50
50
env :
67
67
gcloud auth configure-docker \
68
68
&& make release
69
69
70
- - name : ghcr.io/gythialy/golang-cross:v1.24.2 -0@sha256:03daa4bcae0ac852b4d0c84021f794ed2732d712c492a5577b86d6503e476c0c
70
+ - name : ghcr.io/gythialy/golang-cross:v1.24.4 -0@sha256:0b29abd58891e1b3dc915efbfec697f93151118e20c13860ac1c8667ef14fb24
71
71
entrypoint : ' bash'
72
72
dir : " go/src/sigstore/rekor"
73
73
env :
You can’t perform that action at this time.
0 commit comments