Skip to content
Snippets Groups Projects
Commit 820bf810 authored by iaibrys's avatar iaibrys
Browse files

Move to container versions being the name of the branch

parent 78f5c5ef
Branches
No related tags found
No related merge requests found
Pipeline #120 passed
......@@ -8,8 +8,8 @@ stages:
variables:
DOCKER_DRIVER: overlay2
CONTAINER_IMAGE: lab.compute.dtu.dk:5005/$CI_PROJECT_PATH
CONTAINER_TEST_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
CONTAINER_RELEASE_IMAGE: $CI_REGISTRY_IMAGE:latest
CONTAINER_TEST_IMAGE: $CI_REGISTRY_IMAGE:CI_COMMIT_SHORT_SHA
CONTAINER_RELEASE_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
GIT_SUBMODULE_STRATEGY: recursive
before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment