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

fix: dind-publish explicitly needs dind-build

parent 94015135
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !632. Comments created here will be created in the context of that merge request.
...@@ -175,10 +175,12 @@ dind-build: ...@@ -175,10 +175,12 @@ dind-build:
extends: .dind extends: .dind
variables: variables:
BUILD_IMAGE: dind BUILD_IMAGE: dind
EXPORT_TAG: EXPORT_TAG: ""
dind-publish: dind-publish:
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${INTERNAL_TAG} image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${INTERNAL_TAG}
needs:
- dind-build
extends: .dind extends: .dind
variables: variables:
BUILD_IMAGE: dind BUILD_IMAGE: dind
...@@ -186,6 +188,8 @@ dind-publish: ...@@ -186,6 +188,8 @@ dind-publish:
dind-default: dind-default:
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${INTERNAL_TAG} image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${INTERNAL_TAG}
needs:
- dind-build
extends: .dind extends: .dind
when: manual when: manual
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment