Skip to content
Snippets Groups Projects
Commit 2db15ff1 authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

debug

parent 9f89e026
No related branches found
No related tags found
1 merge request!21New: Containerization (coscine/issues#2906)
......@@ -31,6 +31,7 @@ container:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- export
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --context $CI_PROJECT_DIR/src/GraphDeployer --dockerfile $CI_PROJECT_DIR/src/GraphDeployer/Dockerfile --destination $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA $IMAGE_ADDITIONAL_TAG_TAG $IMAGE_ADDITIONAL_BRANCH_TAG $IMAGE_ADDITIONAL_LATEST_TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment