Skip to content

Commit

Permalink
update docker/login-action to v3.0.0 (#98)
Browse files Browse the repository at this point in the history
Current version logs warnings:

> Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: docker/login-action@v2.1.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
  • Loading branch information
lahabana committed Mar 20, 2024
1 parent 60c9b13 commit 79d3aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions security-actions/sign-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:
echo 'EOF' >> $GITHUB_ENV
- name: Login to Container Registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
if: ${{ inputs.registry_username != '' && inputs.registry_password != '' }}
with:
username: ${{ inputs.registry_username }}
Expand Down Expand Up @@ -105,4 +105,4 @@ runs:
path: |
${{inputs.cosign_output_prefix}}*.crt
${{inputs.cosign_output_prefix}}.sig*
if-no-files-found: warn
if-no-files-found: warn

0 comments on commit 79d3aac

Please sign in to comment.