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
I want to build my Dockerfile thats on Nginx/Dockerfile path , and push it to 425300134585.dkr.ecr.us-west-1.amazonaws.com/nginx:latest
and i have this error
error checking push permissions -- make sure you entered the correct tag name, and that you are authenticated correctly, and try again: checking push permission for "***.dkr.ecr.***.amazonaws.com/***.dkr.ecr.***.amazonaws.com/nginx:latest": Post "https://***.dkr.ecr.***.amazonaws.com/v2/***.dkr.ecr.***.amazonaws.com/nginx/blobs/uploads/": EOF
Thoughts ? i know that i have the correct push permissions because im using the same ecr login process with docker fine .
The text was updated successfully, but these errors were encountered:
Hello , i have this GH action workflow set.
`
- name: (SHARED) Login to Amazon ECR
id: login-ecr
uses: aws-actions/amazon-ecr-login@v1
`
I want to build my Dockerfile thats on Nginx/Dockerfile path , and push it to 425300134585.dkr.ecr.us-west-1.amazonaws.com/nginx:latest
and i have this error
error checking push permissions -- make sure you entered the correct tag name, and that you are authenticated correctly, and try again: checking push permission for "***.dkr.ecr.***.amazonaws.com/***.dkr.ecr.***.amazonaws.com/nginx:latest": Post "https://***.dkr.ecr.***.amazonaws.com/v2/***.dkr.ecr.***.amazonaws.com/nginx/blobs/uploads/": EOF
Thoughts ? i know that i have the correct push permissions because im using the same ecr login process with docker fine .
The text was updated successfully, but these errors were encountered: