Skip to content
Snippets Groups Projects
Commit f47c80ee authored by Maria Petrova-El Sayed's avatar Maria Petrova-El Sayed
Browse files

Update .gitlab-ci.yml echo

parent a4aea276
Branches
Tags
2 merge requests!3Update .gitlab-ci.yml,!2Merge CI/CD settings and get current progress on docker-compose
Pipeline #70723 failed
......@@ -75,6 +75,9 @@ transfer_image:
variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
script:
- echo "Job token:" $CI_JOB_TOKEN
- echo "Deploy user:" $CI_DEPLOY_USER
- echo $CI_REGISTRY
- docker login -u $CI_DEPLOY_USER -p $CI_DEPLOY_PASSWORD $CI_REGISTRY
- docker build --no-cache=true --pull -f ./apiserver/Dockerfile -t $IMAGE_TAG .
- docker push $IMAGE_TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment