Skip to content
Snippets Groups Projects
Commit ff105b1e authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Update .gitlab-ci.yml

parent 96c8ce9a
No related branches found
No related tags found
1 merge request!632feat: manual dind default to master
This commit is part of merge request !632. Comments created here will be created in the context of that merge request.
......@@ -194,7 +194,7 @@ dind-build:
EXPORT_TAG: ""
dind-publish:
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${EXPORT_TAG}
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${CI_COMMIT_REF_NAME}
needs:
- dind-build
extends: .dind
......@@ -202,7 +202,7 @@ dind-publish:
BUILD_IMAGE: dind
dind-default:
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${EXPORT_TAG}
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${CI_COMMIT_REF_NAME}
needs:
- dind-build
extends: .dind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment