Skip to content

Commit faca7f7

Browse files
authored
do not fail this step (sigstore#773)
Signed-off-by: cpanato <ctadeu@gmail.com>
1 parent 72a7b00 commit faca7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ steps:
8787
- '-c'
8888
- |
8989
echo $$GITHUB_TOKEN | docker login ghcr.io -u $$GITHUB_USER --password-stdin \
90-
&& make copy-signed-release-to-ghcr
90+
&& make copy-signed-release-to-ghcr || true
9191
9292
availableSecrets:
9393
secretManager:

0 commit comments

Comments
 (0)