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

fix: dind-publish runs in EXPORT_TAG

parent afcaa5c5
Branches
Tags
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: ...@@ -194,7 +194,7 @@ dind-build:
EXPORT_TAG: "" EXPORT_TAG: ""
dind-publish: dind-publish:
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${INTERNAL_TAG} image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${EXPORT_TAG}
needs: needs:
- dind-build - dind-build
extends: .dind extends: .dind
...@@ -203,7 +203,7 @@ dind-publish: ...@@ -203,7 +203,7 @@ dind-publish:
EXPORT_TAG: ${EXPORT_TAG} EXPORT_TAG: ${EXPORT_TAG}
dind-default: dind-default:
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${INTERNAL_TAG} image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${EXPORT_TAG}
needs: needs:
- dind-build - dind-build
extends: .dind extends: .dind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment