mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-07-01 08:50:23 +02: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
|
@ -1,14 +1,14 @@
|
|||
// This file was auto-generated by action-io-generator. Do not edit by hand!
|
||||
export enum Inputs {
|
||||
/**
|
||||
* Set to true if you want to logout at the end of the job
|
||||
* Set to false if you do not want to logout at the end of the job
|
||||
* Required: false
|
||||
* Default: "false"
|
||||
* Default: "true"
|
||||
*/
|
||||
LOGOUT = "logout",
|
||||
/**
|
||||
* Password to login against the container image registry
|
||||
* Required: false
|
||||
* Password or token to login against the container image registry
|
||||
* Required: true
|
||||
* Default: None.
|
||||
*/
|
||||
PASSWORD = "password",
|
||||
|
@ -20,7 +20,7 @@ export enum Inputs {
|
|||
REGISTRY = "registry",
|
||||
/**
|
||||
* Username to login against the container image registry
|
||||
* Required: false
|
||||
* Required: true
|
||||
* Default: None.
|
||||
*/
|
||||
USERNAME = "username",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue