Skip to content

Commit 3968886

Browse files
committed
Use the project name as the namespace rather than the ecr repo env var
1 parent 7da3a4c commit 3968886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ workflows:
236236
config-environment: "staging"
237237
cluster-authentication-role-arn: "${AWS_CLUSTER_AUTH_ROLE_ARN_STAGING}"
238238
region: "${AWS_REGION}"
239-
namespace: "${AWS_ECR_REPO_NAME}"
239+
namespace: "<% .Name %>"
240240
tag: "${VERSION_TAG}"
241241
requires:
242242
- build_and_push
@@ -258,7 +258,7 @@ workflows:
258258
config-environment: "production"
259259
cluster-authentication-role-arn: "${AWS_CLUSTER_AUTH_ROLE_ARN_PRODUCTION}"
260260
region: "${AWS_REGION}"
261-
namespace: "${AWS_ECR_REPO_NAME}"
261+
namespace: "<% .Name %>"
262262
tag: "${VERSION_TAG}"
263263
requires:
264264
- queue/block_workflow

0 commit comments

Comments
 (0)