1
0
Fork 0
mirror of https://github.com/docker/login-action.git synced 2025-04-23 15:16:35 +02:00

Username required

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-10-16 18:24:41 +02:00
parent 4b15841c41
commit 1c2cf9942d
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
4 changed files with 30 additions and 40 deletions

View file

@ -12,7 +12,7 @@ inputs:
required: false
username:
description: 'Username used to log against the Docker registry'
required: false
required: true
password:
description: 'Password or personal access token used to log against the Docker registry'
required: true