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 9b43a37 commit db16264Copy full SHA for db16264
.github/workflows/.reusable-deploy-ecs.yml
@@ -38,7 +38,7 @@ jobs:
38
aws-access-key-id: ${{ vars.AWS_ACCESS_KEY_ID }}
39
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
40
aws-region: eu-west-2
41
- mask-aws-account-id: "no"
+ mask-aws-account-id: 'no'
42
43
- name: Login to Amazon ECR
44
id: login-ecr
@@ -62,6 +62,7 @@ jobs:
62
build-args: CI_COMMIT_SHA=${{ github.sha }}
63
secrets: |
64
github_private_cloud_token=${{ secrets.GH_PRIVATE_ACCESS_TOKEN }}
65
+ "sse_pgp_pkey=${{ secrets.SSE_PGP_PRIVATE_KEY }}"
66
push: true
67
tags: ${{ steps.meta.outputs.tags }}
68
labels: ${{ steps.meta.outputs.labels }}
infrastructure/aws/production/ecs-task-definition-task-processor.json
@@ -251,4 +251,4 @@
251
],
252
"cpu": "1024",
253
"memory": "2048"
254
-}
+}
0 commit comments