Skip to content

Commit

Permalink
Merge pull request #6 from customink/coding-bunny/hide_ecr_url
Browse files Browse the repository at this point in the history
[DevOps] Hide AWS ECR URL
  • Loading branch information
Arne De Herdt authored Jan 22, 2021
2 parents dc75dfe + 78d6758 commit 4d206cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# CircleCI configuration, reducing the complexity of the entire block.
# ---------------------------------------------------------------------------------------------------------------------
docker_image: &docker_image
image: 916869144969.dkr.ecr.us-east-1.amazonaws.com/customink/base-ruby:2.7-v4.0
image: ${CUSTOMINK_ECR_URL}/customink/base-ruby:2.7-v4.0
aws_auth:
aws_access_key_id: ${PRODUCTION_AWS_ACCESS_KEY_ID}
aws_secret_access_key: ${PRODUCTION_AWS_SECRET_ACCESS_KEY}
Expand Down

0 comments on commit 4d206cd

Please sign in to comment.