We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd037bf commit 7bd107aCopy full SHA for 7bd107a
ansible/roles/deploy-ecs-proxies/tasks/main.yml
@@ -86,7 +86,7 @@
86
#when: pr_number is not defined or pr_number == ""
87
vars:
88
PTL_REG: "{{ PTL_ACCOUNT_ID }}.dkr.ecr.eu-west-2.amazonaws.com"
89
- PROD_REG: "{{ PROD_ACCOUNT_ID }}.dkr.ecr.eu-west-2.amazonaws.com"
+ PROD_REG: "{{ PTL_ACCOUNT_ID }}.dkr.ecr.eu-west-2.amazonaws.com"
90
IMG: "{{ service_id }}_{{ ecs_service[0].name }}"
91
TAG: "{{ build_label }}"
92
NEW: "ecs-{{ build_label }}"
0 commit comments