Skip to content
Snippets Groups Projects
Commit 501589cc authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

remove lmod image for now

parent b4b0f337
No related branches found
No related tags found
No related merge requests found
Pipeline #96440 passed
......@@ -9,7 +9,6 @@ build:
script:
- mkdir -p /kaniko/.docker
- echo "{\"auths\":{\"${CI_REGISTRY}\":{\"auth\":\"$(echo -n ${CI_REGISTRY_USER}:${CI_REGISTRY_PASSWORD} | base64)\"}}}" > /kaniko/.docker/config.json
- /kaniko/executor --context ${CI_PROJECT_DIR}/lmod --destination ${CI_REGISTRY_IMAGE}:lmod-${CI_COMMIT_TAG} --destination ${CI_REGISTRY_IMAGE}:lmod-latest
- /kaniko/executor --context ${CI_PROJECT_DIR}/venv --destination ${CI_REGISTRY_IMAGE}:venv-${CI_COMMIT_TAG} --destination ${CI_REGISTRY_IMAGE}:venv-latest
rules:
- if: $CI_COMMIT_TAG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment