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

fix: define BUILD_IMAGE

parent df61eb5c
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.
......@@ -149,8 +149,6 @@ version:
.dind:
stage: dind
extends: .build
variables:
- BUILD_IMAGE: dind
script:
- docker buildx build --push
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
......@@ -176,12 +174,14 @@ version:
dind-build:
extends: .dind
variables:
BUILD_IMAGE: dind
EXPORT_TAG:
dind-publish:
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/dind:${INTERNAL_TAG}
extends: .dind
variables:
BUILD_IMAGE: dind
EXPORT_TAG: ${EXPORT_TAG}
dind-default:
......@@ -189,6 +189,7 @@ dind-default:
extends: .dind
when: manual
variables:
BUILD_IMAGE: dind
EXPORT_TAG: master
base:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment