Skip to content

Commit 018d519

Browse files
committed
Need to login to ECR before pushing
1 parent 4ce5129 commit 018d519

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ jobs:
9797
role-to-assume: arn:aws:iam::067435167850:role/GitHubAction-AssumeRoleWithAction
9898
aws-region: ${{ env.AWS_REGION }}
9999

100+
- name: 🌐 Login to Amazon ECR
101+
uses: aws-actions/amazon-ecr-login@v1
102+
100103
- name: 🐳 Build and push
101104
uses: docker/build-push-action@v4
102105
with:

0 commit comments

Comments
 (0)