Skip to content

Commit

Permalink
Update buildspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
balarao committed Apr 18, 2023
1 parent 248c585 commit ac5d237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildspec.yml
Expand Up @@ -5,6 +5,7 @@ phases:
run-as: root
on-failure: ABORT |
commands:
- df -h
- docker build -t 032401129069.dkr.ecr.ca-central-1.amazonaws.com/jhub-open-userimage:latest .
- echo "build completed" && echo "authenticating to the ECR repo"
- aws ecr get-login-password --profile saml --region ca-central-1 | docker login --username AWS --password-stdin 032401129069.dkr.ecr.ca-central-1.amazonaws.com
Expand Down

0 comments on commit ac5d237

Please sign in to comment.