Skip to content

Commit

Permalink
Update publish.sh to work after docker flag deprication.
Browse files Browse the repository at this point in the history
  • Loading branch information
king-lothman committed Sep 7, 2017
1 parent ec57ead commit d4e798f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
docker tag "$SRC_REPOSITORY" "$DEST_REPOSITORY"

# Login Docker to AWS ECR
eval $(aws ecr get-login)
eval $(aws ecr get-login --no-include-email)

# Push image
docker push "$DEST_REPOSITORY"
Expand Down

0 comments on commit d4e798f

Please sign in to comment.