Use correct CI variable for Image tag
This commit is contained in:
parent
6332b738e3
commit
9016592832
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ before_script:
|
|||
- python -m pip install --upgrade pip
|
||||
- pip install -r requirements.txt
|
||||
- pip install ddadevops --upgrade
|
||||
- export IMAGE_TAG=$CI_IMAGE_TAG
|
||||
- export IMAGE_TAG=$CI_COMMIT_TAG
|
||||
- export IMAGE_DOCKERHUB_USER=$DOCKERHUB_USER
|
||||
- export IMAGE_DOCKERHUB_PASSWORD=$DOCKERHUB_PASSWORD
|
||||
|
||||
|
|
Loading…
Reference in a new issue