Closed jdolitsky closed 3 years ago
At some point, AWS CLI deprecated the ecr get-login command. This change uses the new ecr get-get-authorization-token, and also adds fixes for deprecated GitHub Actions syntax as in #72
ecr get-login
ecr get-get-authorization-token
At some point, AWS CLI deprecated the
ecr get-login
command. This change uses the newecr get-get-authorization-token
, and also adds fixes for deprecated GitHub Actions syntax as in #72