Skip to content

Commit

Permalink
Update docker/login-action action to v3 (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent 3a69110 commit c4617c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
image : ${{ inputs.registry }}/${{ inputs.image_name }}
- name: Login
uses: docker/login-action@v2
uses: docker/login-action@v3
if: ${{ contains(inputs.registry, '.amazonaws.com') || ( inputs.login != '' && inputs.password != '' ) }}
with:
registry: ${{ inputs.registry }}
Expand Down

0 comments on commit c4617c9

Please sign in to comment.