Skip to content

Commit

Permalink
Merge pull request #657 from rtucker-mozilla/master
Browse files Browse the repository at this point in the history
Logging into the default registry
  • Loading branch information
rtucker-mozilla authored Jun 2, 2021
2 parents 7fed567 + 2f39cdd commit 23a77b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ phases:
- echo "running for ${COMMIT_SHA} in ${DEPLOY_ENV}"
- aws ecr get-login --region us-west-2 --no-include-email | bash
- echo "Logging Into Docker Hub"
- echo $DOCKERHUB_PASSWORD | docker login --username $DOCKERHUB_USERNAME --password-stdin
- echo $DOCKERHUB_PASSWORD | docker login --username $DOCKERHUB_USERNAME --password-stdin https://registry-1.docker.io/
build:
commands:
- if [ "$PR" = 1 ]; then myke docker; fi
Expand Down

0 comments on commit 23a77b6

Please sign in to comment.