ci: IOx still needs to push its image tags (#4977)

This will be replaced by a pull-based approach soon, but for the time
being we still need perform the final push.
pull/24376/head
Marco Neumann 2022-06-29 11:52:44 +02:00 committed by GitHub
parent 847c84a6b4
commit fba58dbc5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -489,6 +489,15 @@ jobs:
docker push quay.io/influxdb/iox:"$BRANCH"
docker push quay.io/influxdb/iox_data_generator:"$BRANCH"
# for next step
echo "export COMMIT_SHA=${COMMIT_SHA}" >> $BASH_ENV
# currently we still need to PUSH our image tag. This will be replaced by a pull-based approach soon.
- run:
name: Push to c2updater
command: |
echo "$QUAY_PASS" | docker login quay.io --username $QUAY_USER --password-stdin
./.circleci/get-deploy-tags.sh "${COMMIT_SHA}"
# Prepare the CI image used for other tasks.
#
# A nightly job (scheduled below in the `workflows` section) to build the CI