mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-07-01 08:50:23 +02:00
Update code
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
1b6468c894
commit
6c4ab503eb
8 changed files with 38 additions and 46 deletions
|
@ -1,25 +1,25 @@
|
|||
// 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 once the workflows completes
|
||||
* Set to true if you want to logout at the end of the job
|
||||
* Required: false
|
||||
* Default: "false"
|
||||
*/
|
||||
LOGOUT = "logout",
|
||||
/**
|
||||
* Password or personal access token used to log against the Docker registry
|
||||
* Password to login against the container image registry
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
PASSWORD = "password",
|
||||
/**
|
||||
* Server address of Docker registry. If not set then will default to Docker Hub
|
||||
* Required: false
|
||||
* Server URL of the container image registry
|
||||
* Required: true
|
||||
* Default: None.
|
||||
*/
|
||||
REGISTRY = "registry",
|
||||
/**
|
||||
* Username used to log against the Docker registry
|
||||
* Username to login against the container image registry
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue