File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,9 @@ agent-bundle-linux:
395
395
- $TAG
396
396
id_tokens : # http://go/gitlab-17
397
397
CI_JOB_JWT :
398
- aud : $CICD_VAULT_ADDR
398
+ aud :
399
+ - $CICD_VAULT_ADDR
400
+ - $SIGNING_PRD_URL
399
401
script :
400
402
- *docker-reader-role
401
403
- docker login -u $CIRCLECI_QUAY_USERNAME -p $CIRCLECI_QUAY_PASSWORD quay.io
Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ if [[ "$PUSH_CACHE" = "yes" ]]; then
59
59
--push \
60
60
--cache-to=type=inline \
61
61
$DOCKER_OPTS
62
+ # This command is only available internally, but the image is
63
+ # pushed only from internal CI, so it's safe to leave it here.
64
+ artifact-ci sign docker $stage_image
62
65
done
63
66
else
64
67
if [[ -d " $CACHE_DIR " ]]; then
You can’t perform that action at this time.
0 commit comments