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

feat: use dind:${INTERNAL_TAG} during build

parent 57439485
Branches
Tags
1 merge request!631feat: use dind:${INTERNAL_TAG} during build
......@@ -157,7 +157,7 @@ version:
## oneapi_runtime + jug_xl --> oneapi_prod
## Docker-in-docker image
dind:
dind-build:
parallel:
matrix:
- BUILD_IMAGE: dind
......@@ -165,6 +165,22 @@ dind:
stage: dind
needs:
- version
script:
- docker buildx build --push
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
--file containers/dind/Dockerfile
containers/dind
dind-publish:
image: ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
parallel:
matrix:
- BUILD_IMAGE: dind
extends: .build
stage: dind
needs:
- version
- dind-build
script:
- docker buildx build --push
--tag ${CI_REGISTRY}/${CI_PROJECT_PATH}/${BUILD_IMAGE}:${INTERNAL_TAG}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment