File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ phases:
13
13
commands :
14
14
- echo Build start `date`
15
15
- echo Build Docker
16
- - echo $REPOSITORY_URL
16
+ - echo ${REPOSITORY_URI}
17
17
- echo ${IMAGE_NAME}
18
18
- echo ${DATABASEURL}
19
- - docker build --build-arg APIKEY=${APIKEY} --build-arg AUTHDOMAIN=${AUTHDOMAIN} --build-arg DATABASEURL=${DATABASEURL} --build-arg PROJECTID=${PROJECTID} --build-arg STORAGEBUCKET=${STORAGEBUCKET} --build-arg MESSAGINGSENDERID=${MESSAGINGSENDERID} --build-arg APPID=${APPID} --build-arg MEASUREMENTID=G-N9EMMWHQJV -t $REPOSITORY_URI :latest .
19
+ - docker build --build-arg APIKEY=${APIKEY} --build-arg AUTHDOMAIN=${AUTHDOMAIN} --build-arg DATABASEURL=${DATABASEURL} --build-arg PROJECTID=${PROJECTID} --build-arg STORAGEBUCKET=${STORAGEBUCKET} --build-arg MESSAGINGSENDERID=${MESSAGINGSENDERID} --build-arg APPID=${APPID} --build-arg MEASUREMENTID=G-N9EMMWHQJV -t $REPOSITORY_URL :latest .
20
20
- docker tag $REPOSITORY_URI:latest $REPOSITORY_URI:$IMAGE_TAG
21
21
post_build :
22
22
commands :
You can’t perform that action at this time.
0 commit comments