AWS authentication

This commit is contained in:
Martin Blazik
2020-08-25 08:50:54 +02:00
parent 609ba721ee
commit e2a42e5cbe

5
scripts/aws-auth.sh Executable file
View File

@@ -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