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 7da3a4c commit 3968886Copy full SHA for 3968886
.circleci/config.yml
@@ -236,7 +236,7 @@ workflows:
236
config-environment: "staging"
237
cluster-authentication-role-arn: "${AWS_CLUSTER_AUTH_ROLE_ARN_STAGING}"
238
region: "${AWS_REGION}"
239
- namespace: "${AWS_ECR_REPO_NAME}"
+ namespace: "<% .Name %>"
240
tag: "${VERSION_TAG}"
241
requires:
242
- build_and_push
@@ -258,7 +258,7 @@ workflows:
258
config-environment: "production"
259
cluster-authentication-role-arn: "${AWS_CLUSTER_AUTH_ROLE_ARN_PRODUCTION}"
260
261
262
263
264
- queue/block_workflow
0 commit comments