mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-02 11:19:55 +02:00
Make input username
and password
optional (#35)
* Make input username and password optional since user can use podman login * Add cron triggers to workflows * Group podman version output Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
b5dbf66601
commit
321a4c5e98
10 changed files with 122 additions and 86 deletions
|
@ -23,7 +23,7 @@ export enum Inputs {
|
|||
IMAGE = "image",
|
||||
/**
|
||||
* Password to use as credential to authenticate to the registry
|
||||
* Required: true
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
PASSWORD = "password",
|
||||
|
@ -47,7 +47,7 @@ export enum Inputs {
|
|||
TLS_VERIFY = "tls-verify",
|
||||
/**
|
||||
* Username to use as credential to authenticate to the registry
|
||||
* Required: true
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
USERNAME = "username",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue