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
|
|
|
/**
|
2021-03-31 23:54:57 +05:30
|
|
|
* Set to false if you do not want to logout at the end of the job
|
2021-03-30 22:45:50 +05:30
|
|
|
* Required: false
|
2021-03-31 23:54:57 +05:30
|
|
|
* Default: "true"
|
2021-03-30 22:45:50 +05:30
|
|
|
*/
|
|
|
|
LOGOUT = "logout",
|
2021-03-30 18:57:12 +05:30
|
|
|
/**
|
2021-03-31 23:54:57 +05:30
|
|
|
* Password or token to login against the container image registry
|
|
|
|
* Required: true
|
2021-03-30 18:57:12 +05:30
|
|
|
* Default: None.
|
|
|
|
*/
|
|
|
|
PASSWORD = "password",
|
|
|
|
/**
|
2021-03-31 14:31:58 +05:30
|
|
|
* Server URL of the container image registry
|
|
|
|
* Required: true
|
2021-03-30 18:57:12 +05:30
|
|
|
* Default: None.
|
|
|
|
*/
|
|
|
|
REGISTRY = "registry",
|
|
|
|
/**
|
2021-03-31 14:31:58 +05:30
|
|
|
* Username to login against the container image registry
|
2021-03-31 23:54:57 +05:30
|
|
|
* Required: true
|
2021-03-30 18:57:12 +05:30
|
|
|
* Default: None.
|
|
|
|
*/
|
|
|
|
USERNAME = "username",
|
|
|
|
}
|
|
|
|
|
|
|
|
export enum Outputs {
|
|
|
|
}
|