We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6c86b commit 140963fCopy full SHA for 140963f
1 file changed
Scripts/BuildImage_Release.sh
@@ -19,7 +19,7 @@ if [ "${TRAVIS_TAG}" != "" ]; then
19
docker cp builder:published published
20
21
#push to AWS
22
- aws ecr get-login --no-include-email --region eu-central-1 > login
+ aws ecr get-login --no-include-email --region ${DOCKER_AWS_REGION} > login
23
eval "$(cat login)"
24
docker build -f Dockerfile.release -t $REPO:$TAG .
25
if [ "$SUBTAG" = "release" ]; then
0 commit comments