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

fix: define BUILD_IMAGE

parent 1925f06e
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.
......@@ -165,8 +165,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}
......@@ -192,12 +190,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:
......@@ -205,6 +205,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