2021-03-30 18:57:12 +05:30
|
|
|
// This file was auto-generated by action-io-generator. Do not edit by hand!
|
|
|
|
export enum Inputs {
|
2021-03-30 22:45:50 +05:30
|
|
|
/**
|
|
|
|
* Set to true if you want to logout once the workflows completes
|
|
|
|
* Required: false
|
|
|
|
* Default: "false"
|
|
|
|
*/
|
|
|
|
LOGOUT = "logout",
|
2021-03-30 18:57:12 +05:30
|
|
|
/**
|
|
|
|
* Password or personal access token used to log against the Docker registry
|
|
|
|
* Required: false
|
|
|
|
* Default: None.
|
|
|
|
*/
|
|
|
|
PASSWORD = "password",
|
|
|
|
/**
|
|
|
|
* Server address of Docker registry. If not set then will default to Docker Hub
|
|
|
|
* Required: false
|
|
|
|
* Default: None.
|
|
|
|
*/
|
|
|
|
REGISTRY = "registry",
|
|
|
|
/**
|
|
|
|
* Username used to log against the Docker registry
|
|
|
|
* Required: false
|
|
|
|
* Default: None.
|
|
|
|
*/
|
|
|
|
USERNAME = "username",
|
|
|
|
}
|
|
|
|
|
|
|
|
export enum Outputs {
|
|
|
|
}
|