Skip to content

Commit

Permalink
do not fail this step
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed Apr 13, 2022
1 parent 72a7b00 commit b3c526c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ steps:
- '-c'
- |
echo $$GITHUB_TOKEN | docker login ghcr.io -u $$GITHUB_USER --password-stdin \
&& make copy-signed-release-to-ghcr
&& make copy-signed-release-to-ghcr || true
availableSecrets:
secretManager:
Expand Down

0 comments on commit b3c526c

Please sign in to comment.