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