Skip to content

Commit 399c74a

Browse files
ivotronandrewhsu
andauthored
Update .github/workflows/docker-image.yml
Co-authored-by: Andrew Hsu <[email protected]>
1 parent 05234ae commit 399c74a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
with:
5353
aws-region: us-east-1
5454
role-to-assume: arn:aws:iam::${{ secrets.RP_AWS_CRED_ACCOUNT_ID }}:role/${{ vars.RP_AWS_CRED_BASE_ROLE_NAME }}${{ github.event.repository.name }}
55-
- name: login to amazon ECR Public
56-
uses: aws-actions/amazon-ecr-login@v2
55+
- uses: aws-actions/amazon-ecr-login@v2
5756
with:
5857
registry-type: public
5958
- uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)