We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11943ff commit 88c17f7Copy full SHA for 88c17f7
1 file changed
.gitlab/templates/pipeline.yaml.tpl
@@ -160,7 +160,7 @@ publish layer {{ $environment.name }} ({{ $flavor.name }}):
160
tags: ["arch:amd64"]
161
image: ${CI_DOCKER_TARGET_IMAGE}:${CI_DOCKER_TARGET_VERSION}
162
rules:
163
- - if: '"{{ $environment.name }}" =~ /^(sandbox|staging)/'
+ - if: '"{{ $environment.name }}" == "sandbox"'
164
when: manual
165
allow_failure: true
166
- if: '$CI_COMMIT_TAG =~ /^v.*/'
@@ -311,7 +311,7 @@ publish image ({{ $multi_arch_image_flavor.name }}):
311
image: registry.ddbuild.io/images/docker:20.10
312
313
314
315
316
needs:
317
{{ range (ds "flavors").flavors }}
0 commit comments