ci: fix quay login for image promotion (#3066)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
parent
36cc592336
commit
d0df1a14b4
|
@ -384,7 +384,9 @@ jobs:
|
|||
echo "export COMMIT_SHA=${COMMIT_SHA}" >> $BASH_ENV
|
||||
- run:
|
||||
name: Deploy tags
|
||||
command: ./.circleci/get-deploy-tags.sh "${COMMIT_SHA}"
|
||||
command: |
|
||||
echo "$QUAY_PASS" | docker login quay.io --username $QUAY_USER --password-stdin
|
||||
./.circleci/get-deploy-tags.sh "${COMMIT_SHA}"
|
||||
- cache_save
|
||||
|
||||
# Prepare the CI image used for other tasks.
|
||||
|
|
Loading…
Reference in New Issue