diff --git a/scripts/aws-auth.sh b/scripts/aws-auth.sh new file mode 100755 index 0000000..7d9e593 --- /dev/null +++ b/scripts/aws-auth.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +AWS_TOKEN=$(aws ecr get-login-password) +docker login -u AWS -p $AWS_TOKEN https://441851189095.dkr.ecr.eu-central-1.amazonaws.com +