Skip to content

Commit

Permalink
fixed env var
Browse files Browse the repository at this point in the history
  • Loading branch information
aweiland committed Jul 1, 2024
1 parent 4e3f7ef commit 8f63650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::917902836630:role/cmiml-devops-oidc-github-role
role-session-name: OIDC-GHA-session
role-session-name: gha-oidc-runner
aws-region: ${{ env.AWS_REGION }}

- name: Get secrets by name and by ARN
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Login to ECR
run: |
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ${{ env.ECR_REGISTRY }}
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin ${{ env.ECR_ADDRESS }}
- name: Generate short sha
id: sha
Expand Down

0 comments on commit 8f63650

Please sign in to comment.