We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08eb72 commit 24f2b4bCopy full SHA for 24f2b4b
.github/workflows/deploy.yml
@@ -80,6 +80,7 @@ jobs:
80
with:
81
role-to-assume: ${{ secrets.ECR_ROLE_TO_ASSUME }}
82
aws-region: ${{ vars.ECR_REGION }}
83
+ unset-current-credentials: true
84
85
- name: Login to container repository
86
uses: aws-actions/amazon-ecr-login@v2
0 commit comments