We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c762ec3 + b31453c commit 519c9f5Copy full SHA for 519c9f5
1 file changed
action.yaml
@@ -72,7 +72,7 @@ runs:
72
73
- if: ${{ inputs.login-to-dockerhub == 'true' }}
74
name: DockerHub login
75
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
76
with:
77
registry: ${{ inputs.registry-server }}
78
username: ${{ inputs.username }}
0 commit comments