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

fix: dind-publish runs in EXPORT_TAG

parent f21c274b
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ dind-build: ...@@ -178,7 +178,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
...@@ -187,7 +187,7 @@ dind-publish: ...@@ -187,7 +187,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