Skip to content

Commit

Permalink
do not use vars
Browse files Browse the repository at this point in the history
  • Loading branch information
obezpalko committed Jun 5, 2024
1 parent 484dd97 commit 5664ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecr/push/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ inputs:
required: false
role-session-name:
description: AWS role session name
default: ${{ vars.ROLE_SESSION_NAME }}
required: false
image-name:
description: Image to push
Expand All @@ -32,6 +31,7 @@ runs:
uses: aws-actions/configure-aws-credentials@v2
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
Expand Down

0 comments on commit 5664ffb

Please sign in to comment.