Skip to content

Commit

Permalink
bump image version in action config (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmcgrath13 authored Jan 24, 2023
1 parent 1edec49 commit e3efa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://bitovi/deploy-eks-helm:v1.1.0'
image: 'docker://bitovi/deploy-eks-helm:v1.2.0'
env:
AWS_REGION: ${{ inputs.aws-region }}
AWS_SECRET_ACCESS_KEY: ${{ inputs.aws-secret-access-key }}
Expand Down

0 comments on commit e3efa08

Please sign in to comment.