Skip to content

Commit d6b7ee3

Browse files
committed
Added ''
1 parent 6c3d703 commit d6b7ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ phases:
99
- echo Logging in to Amazon ECR...
1010
- aws --version
1111
- REPOSITORY_URI=238241637211.dkr.ecr.us-west-2.amazonaws.com/speedupamerica-migrator
12-
- docker login --username $DOCKER_USERNAME -p DOCKER_PASS $REPOSITORY_URI
12+
- docker login --username $DOCKER_USERNAME -p $DOCKER_PASS $REPOSITORY_URI
1313
- COMMIT_HASH=$(echo $CODEBUILD_RESOLVED_SOURCE_VERSION | cut -c 1-7)
1414
- IMAGE_TAG=${COMMIT_HASH:=latest}
1515
build:

0 commit comments

Comments
 (0)