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
parent
847c84a6b4
commit
fba58dbc5f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue