Skip to content
Snippets Groups Projects
Commit d3e7b553 authored by Administrator's avatar Administrator
Browse files

Update deploy.yml.tmpl

parent e94d85c1
No related branches found
No related tags found
No related merge requests found
Pipeline #11477 failed with stages
in 2 seconds
${BASE_IMAGE_TYPE}:
script:
- docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" $CI_REGISTRY
- docker pull $DIT_REGISTRY/base_images/${BASE_IMAGE_TYPE}:${TAG}-uat
- docker tag $DIT_REGISTRY/base_images/${BASE_IMAGE_TYPE}:${TAG}-uat $CI_REGISTRY/root/maap-workspaces/base_images/${BASE_IMAGE_TYPE}:${TAG}
- docker pull $UAT_REGISTRY/base_images/${BASE_IMAGE_TYPE}:${TAG}-uat
- docker tag $UAT_REGISTRY/base_images/${BASE_IMAGE_TYPE}:${TAG}-uat $CI_REGISTRY/root/maap-workspaces/base_images/${BASE_IMAGE_TYPE}:${TAG}
- docker push $CI_REGISTRY/root/maap-workspaces/base_images/${BASE_IMAGE_TYPE}:${TAG}
- docker pull $DIT_REGISTRY/jupyterlab3/${BASE_IMAGE_TYPE}:${TAG}-uat
- docker tag $DIT_REGISTRY/jupyterlab3/${BASE_IMAGE_TYPE}:${TAG}-uat $CI_REGISTRY/root/maap-workspaces/jupyterlab3/${BASE_IMAGE_TYPE}:${TAG}
- docker pull $UAT_REGISTRY/jupyterlab3/${BASE_IMAGE_TYPE}:${TAG}-uat
- docker tag $UAT_REGISTRY/jupyterlab3/${BASE_IMAGE_TYPE}:${TAG}-uat $CI_REGISTRY/root/maap-workspaces/jupyterlab3/${BASE_IMAGE_TYPE}:${TAG}
- docker push $CI_REGISTRY/root/maap-workspaces/jupyterlab3/${BASE_IMAGE_TYPE}:${TAG}
tags:
- shell
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment