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-04-09 12:57:09 +05:30
|
|
|
* 'By default, the action logs out of the container image registry at the end
|
|
|
|
* of the job (for self-hosted runners). Set this to false to disable this behaviour'
|
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-04-09 12:57:09 +05:30
|
|
|
* Password, encrypted password, or access token for username
|
2021-03-31 23:54:57 +05:30
|
|
|
* Required: true
|
2021-03-30 18:57:12 +05:30
|
|
|
* Default: None.
|
|
|
|
*/
|
|
|
|
PASSWORD = "password",
|
|
|
|
/**
|
2021-04-09 12:57:09 +05:30
|
|
|
* Hostname/domain of the container image registry such as quay.io, docker.io
|
2021-03-31 14:31:58 +05:30
|
|
|
* Required: true
|
2021-03-30 18:57:12 +05:30
|
|
|
* Default: None.
|
|
|
|
*/
|
|
|
|
REGISTRY = "registry",
|
|
|
|
/**
|
2021-04-09 12:57:09 +05:30
|
|
|
* Username to log in 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 {
|
|
|
|
}
|