We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3385f commit 544a96aCopy full SHA for 544a96a
ci/input_files/build.yaml.tpl
@@ -138,7 +138,7 @@ publish-layer-{{ $environment.name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
138
tags: ["arch:amd64"]
139
image: registry.ddbuild.io/images/docker:20.10-py3
140
rules:
141
- - if: '"{{ $environment.name }}" =~ /^(sandbox|staging)/'
+ - if: '"{{ $environment.name }}" == "sandbox"'
142
when: manual
143
allow_failure: true
144
- if: '$CI_COMMIT_TAG =~ /^v.*/'
0 commit comments