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

Handle AWS credentials

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-10-20 14:41:56 +02:00
parent 39ef12fb7a
commit 5df5104555
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
9 changed files with 82 additions and 47 deletions

View file

@ -12,10 +12,10 @@ inputs:
required: false
username:
description: 'Username used to log against the Docker registry'
required: true
required: false
password:
description: 'Password or personal access token used to log against the Docker registry'
required: true
required: false
logout:
description: 'Log out from the Docker registry at the end of a job'
default: 'true'