Skip to content
Snippets Groups Projects

feat: manual dind default to master

Closed Wouter Deconinck requested to merge master-patch-0307 into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
+ 3
2
@@ -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:
Loading