Skip to content

Commit

Permalink
fix the digest image
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed May 3, 2022
1 parent 6964133 commit c6e5511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ steps:
- TUF_ROOT=/tmp
args:
- 'verify'
- 'ghcr.io/gythialy/golang-cross:v1.17.9-1@6503ca0ad41f79daf90853212ebd4217ec80e0d2f6bb264d178fd58d1a820385'
- 'ghcr.io/gythialy/golang-cross:v1.17.9-1@sha256:6503ca0ad41f79daf90853212ebd4217ec80e0d2f6bb264d178fd58d1a820385'

- name: ghcr.io/gythialy/golang-cross:v1.17.9-1@6503ca0ad41f79daf90853212ebd4217ec80e0d2f6bb264d178fd58d1a820385
- name: ghcr.io/gythialy/golang-cross:v1.17.9-1@sha256:6503ca0ad41f79daf90853212ebd4217ec80e0d2f6bb264d178fd58d1a820385
entrypoint: /bin/sh
dir: "go/src/sigstore/fulcio"
env:
Expand All @@ -64,7 +64,7 @@ steps:
gcloud auth configure-docker \
&& make release
- name: ghcr.io/gythialy/golang-cross:v1.17.9-1@6503ca0ad41f79daf90853212ebd4217ec80e0d2f6bb264d178fd58d1a820385
- name: ghcr.io/gythialy/golang-cross:v1.17.9-1@sha256:6503ca0ad41f79daf90853212ebd4217ec80e0d2f6bb264d178fd58d1a820385
entrypoint: 'bash'
dir: "go/src/sigstore/fulcio"
env:
Expand Down

0 comments on commit c6e5511

Please sign in to comment.