Skip to content
Snippets Groups Projects
Commit 54528ece authored by Luigi Sbailo's avatar Luigi Sbailo
Browse files

Restore to ai_toolkit token

parent 1e4ff900
No related branches found
No related tags found
No related merge requests found
Pipeline #117186 passed
......@@ -15,8 +15,7 @@ build:
before_script:
- echo "Building the aitoolkit-gui image"
script:
# - docker login -u ai_toolkit -p ${AI_TOOLKIT_TOKEN} ${APP_REGISTRY}
- docker login -u gitlab-ci-token -p ${CI_BUILD_TOKEN} gitlab-registry.mpcdf.mpg.de
- docker login -u ai_toolkit -p ${AI_TOOLKIT_TOKEN} ${APP_REGISTRY}
- docker pull ${CI_REGISTRY_IMAGE}:latest
- docker build --cache-from ${CI_REGISTRY_IMAGE}:latest -t ${CI_REGISTRY_IMAGE}:latest -t ${APP_REGISTRY}:gui -t ${APP_REGISTRY}:gui${CI_COMMIT_SHORT_SHA} .
- docker push ${CI_REGISTRY_IMAGE}:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment