Skip to content

Commit 6889e0f

Browse files
committed
Always publish to us-east-1.
1 parent 7cd2baf commit 6889e0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
138138
tags: ["arch:amd64"]
139139
image: registry.ddbuild.io/images/docker:20.10-py3
140140
rules:
141+
- if: '"{{ $environment_name }}" == "sandbox" && $REGION == "us-east-1" && "{{ $runtime.arch }}" == "amd64"'
142+
when: always
141143
- if: '"{{ $environment_name }}" == "sandbox"'
142144
when: manual
143145
allow_failure: true

0 commit comments

Comments
 (0)