Skip to content

Commit 7bd107a

Browse files
committed
test ecr lifecycle policy
1 parent dd037bf commit 7bd107a

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/deploy-ecs-proxies/tasks

1 file changed

+1
-1
lines changed

ansible/roles/deploy-ecs-proxies/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
#when: pr_number is not defined or pr_number == ""
8787
vars:
8888
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"
89+
PROD_REG: "{{ PTL_ACCOUNT_ID }}.dkr.ecr.eu-west-2.amazonaws.com"
9090
IMG: "{{ service_id }}_{{ ecs_service[0].name }}"
9191
TAG: "{{ build_label }}"
9292
NEW: "ecs-{{ build_label }}"

0 commit comments

Comments
 (0)