Skip to content

Commit 140963f

Browse files
committed
Update publish script
1 parent 5e6c86b commit 140963f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scripts/BuildImage_Release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [ "${TRAVIS_TAG}" != "" ]; then
1919
docker cp builder:published published
2020

2121
#push to AWS
22-
aws ecr get-login --no-include-email --region eu-central-1 > login
22+
aws ecr get-login --no-include-email --region ${DOCKER_AWS_REGION} > login
2323
eval "$(cat login)"
2424
docker build -f Dockerfile.release -t $REPO:$TAG .
2525
if [ "$SUBTAG" = "release" ]; then

0 commit comments

Comments
 (0)