Skip to content

Commit

Permalink
create ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jun 25, 2024
1 parent 9fd2559 commit d145bb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ phases:
commands:
- export CODEARTIFACT_AUTH_TOKEN=`aws codeartifact get-authorization-token --domain cdlib-uc3-mrt --domain-owner $AWS_ACCOUNT_ID --region us-west-2 --query authorizationToken --output text`
- aws ecr get-login-password --region $AWS_REGION | docker login --username AWS --password-stdin ${ECR_REGISTRY}
- aws ecr create-repository --repository-name mock-merritt-it || echo 'ignore if exists...'

build:
on-failure: ABORT
Expand Down

0 comments on commit d145bb3

Please sign in to comment.