Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
obezpalko committed Jun 5, 2024
1 parent 5664ffb commit d980a89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecr/push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ runs:
steps:
-
name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.role-to-assume }}
role-session-name: ${{ inputs.role-session-name }}
aws-region: ${{ inputs.aws-region }}
-
name: Login to Amazon ECR
id: ecr
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2
with:
mask-password: true
-
Expand Down

0 comments on commit d980a89

Please sign in to comment.