We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05234ae commit 399c74aCopy full SHA for 399c74a
.github/workflows/docker-image.yml
@@ -52,8 +52,7 @@ jobs:
52
with:
53
aws-region: us-east-1
54
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
+ - uses: aws-actions/amazon-ecr-login@v2
57
58
registry-type: public
59
- uses: docker/build-push-action@v6
0 commit comments