Skip to content

Commit

Permalink
Update docker/login-action
Browse files Browse the repository at this point in the history
  • Loading branch information
frison committed Oct 29, 2024
1 parent 035a75d commit d3dbce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-test-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
name: 🗝 Log into Dockerhub
if: ${{ inputs.publish == 'true' }}
id: login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ inputs.dockerhub-username }}
password: ${{ inputs.dockerhub-token }}
Expand Down

0 comments on commit d3dbce6

Please sign in to comment.