We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4dd792 commit 19ecc39Copy full SHA for 19ecc39
.github/workflows/ecr-auth.yaml
@@ -28,7 +28,7 @@ jobs:
28
run: go install .
29
30
- name: Configure AWS Credentials
31
- uses: aws-actions/configure-aws-credentials@v2.0.0
+ uses: aws-actions/configure-aws-credentials@v4.1.0
32
with:
33
role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT }}:role/federated-ecr-readonly
34
aws-region: ${{ env.AWS_REGION }}
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments