We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0ea01 commit 1c61947Copy full SHA for 1c61947
1 file changed
.circleci/config.yml
@@ -61,8 +61,8 @@ jobs:
61
- aws-ecr/build-and-push-image:
62
region: us-east-1
63
dockerfile: ./Dockerfile
64
- account-url: $ECR_ENDPOINT
65
- repo: $CIRCLE_PROJECT_REPONAME
+ account-url: ECR_ENDPOINT
+ repo: CIRCLE_PROJECT_REPONAME
66
tag: master
67
68
deploy_ecs:
0 commit comments