Skip to content
Snippets Groups Projects
Commit 0dfc6d47 authored by Thomas  MENARD's avatar Thomas MENARD
Browse files

No commit message

No commit message
parent b79a5e64
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ docker-build:
image: docker:24
stage: build
variables:
DOCKER_IMAGE_NAME: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
DOCKER_IMAGE_NAME: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
# All branches are tagged with $DOCKER_IMAGE_NAME (defaults to commit ref slug)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment