We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f12fbe commit cc42d0dCopy full SHA for cc42d0d
.github/workflows/merge_to_main_production.yaml
@@ -9,7 +9,7 @@ on:
9
10
env:
11
PRIVATE_ECR: ${{ secrets.PRODUCTION_AWS_ACCOUNT }}.dkr.ecr.ca-central-1.amazonaws.com/notify
12
- API_LAMBDA_IMAGE: api-lambda:72eb7f7
+ API_LAMBDA_IMAGE: api-lambda:ee48085
13
HEARTBEAT_IMAGE: heartbeat:5c8da95
14
SYSTEM_STATUS_IMAGE: system_status:078cf82
15
env/production/kustomization.yaml
@@ -62,7 +62,7 @@ images:
62
- name: admin
63
newName: public.ecr.aws/cds-snc/notify-admin:9cb9c04
64
- name: api
65
- newName: public.ecr.aws/cds-snc/notify-api:72eb7f7
+ newName: public.ecr.aws/cds-snc/notify-api:ee48085
66
- name: document-download-api
67
newName: public.ecr.aws/cds-snc/notify-document-download-api:979c0c2
68
- name: documentation
0 commit comments