79556681

Date: 2025-04-05 07:41:55
Score: 1.5
Natty:
Report link

0

I also faced the same issue, even after providing all the Secrets and variables in github Action settings. I am able to build docker image , but not able to push it to ECR

I found out after analysis that it's because of permission issue in AWS.

Below is the process on how to do it

AWS--IAM -- Users -- Permissions-- then add --AmazonEC2ContainerRegisteryFullAccess.

It will resolve the issue and able to push my docker image to ECR

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ankit Sharma