mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-06-08 14:41:11 +00:00
Modify action.yml
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
6c4ab503eb
commit
005af2ac0e
8 changed files with 23 additions and 27 deletions
10
action.yml
10
action.yml
|
@ -10,14 +10,14 @@ inputs:
|
|||
required: true
|
||||
username:
|
||||
description: 'Username to login against the container image registry'
|
||||
required: false
|
||||
required: true
|
||||
password:
|
||||
description: 'Password to login against the container image registry'
|
||||
required: false
|
||||
description: 'Password or token to login against the container image registry'
|
||||
required: true
|
||||
logout:
|
||||
description: 'Set to true if you want to logout at the end of the job'
|
||||
description: 'Set to false if you do not want to logout at the end of the job'
|
||||
required: false
|
||||
default: 'false'
|
||||
default: 'true'
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue