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 a13bed7 commit e115e23Copy full SHA for e115e23
.github/workflows/docker-build.ecr.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: configure aws credentials
38
uses: aws-actions/configure-aws-credentials@v4
39
with:
40
- role-to-assume: ${{ vars.CODERAMP_AWS_ECR_REGISTRY_PUSH_ROLE_ARN }}
+ role-to-assume: ${{ secrets.CODERAMP_AWS_ECR_REGISTRY_PUSH_ROLE_ARN }}
41
role-session-name: GitHub_to_AWS_via_FederatedOIDC
42
aws-region: eu-west-1
43
@@ -56,7 +56,7 @@ jobs:
56
uses: docker/metadata-action@v5
57
58
images: |
59
- ${{ vars.ECR_REGISTRY_URL }}
+ ${{ secrets.ECR_REGISTRY_URL }}
60
flavor: |
61
latest=false
62
tags: |
0 commit comments