mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-07 13:09:54 +02:00
Make input username and password optional
If user has authenticated to container image registry before running this action, then it's not required to provide username and password in this action Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
002092527f
commit
2c3fb7261b
7 changed files with 49 additions and 84 deletions
|
@ -17,10 +17,10 @@ inputs:
|
|||
required: true
|
||||
username:
|
||||
description: 'Username to use as credential to authenticate to the registry'
|
||||
required: true
|
||||
required: false
|
||||
password:
|
||||
description: 'Password to use as credential to authenticate to the registry'
|
||||
required: true
|
||||
required: false
|
||||
tls-verify:
|
||||
description: 'Verify TLS certificates when contacting the registry'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue