Skip to content
Snippets Groups Projects

Changes for building images from internal build docker runner

12 files
+ 13
13
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -19,7 +19,7 @@ stages:
- release
before_script:
- echo "${CI_JOB_TOKEN}" | docker login ${CI_REGISTRY_EXT} -u ${CI_REGISTRY_USER} --password-stdin
- echo "${CI_JOB_TOKEN}" | docker login ${CI_REGISTRY} -u ${CI_REGISTRY_USER} --password-stdin
build:
stage: build
Loading