denied: Your Authorization Token has expired. Please run 'aws ecr get-login' to fetch a new one. · Issue #20 · sjednac/sbt-ecr · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A successful login should look something like this in the current plugin version (from the sbt shell):
[my-project] $ ecr:login
[info] AWS account id: XXXXXXXXXXX
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Login Succeeded
[success] Total time: 4 s, completed Feb 11, 2018 4:28:21 AM
[my-project] $
The following line is responsible for doing that automatically in the sample config (the one in README.md):
// Authenticate and publish a local Docker image before pushing to ECR
push in Ecr := ((push in Ecr) dependsOn (publishLocal in Docker, login in Ecr)).value
Hi,
I am getting the following error:
Before the push, I can see:
Which seems to suggest that the login was succesful.
Any ideas what may be the issue? (full log is attached)
Jenkins-error.txt
The text was updated successfully, but these errors were encountered: