Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
nhudson committed Jan 25, 2024
1 parent c5f97e7 commit 3d47907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-and-push-to-quay/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ runs:
- name: Configure AWS credentials for ECR
if: inputs.image_name == 'standard-cnpg' || inputs.image_name == 'ml-cnpg' || inputs.image_name == 'dw-cnpg'
uses: aws-actions/configure-aws-credentials@v4
uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: ${{ inputs.gha_iam_role }}
role-session-name: infra-gha-docker-build-and-push
Expand Down

0 comments on commit 3d47907

Please sign in to comment.