podman-login/src/generated/inputs-outputs.ts

31 lines
725 B
TypeScript
Raw Normal View History

// This file was auto-generated by action-io-generator. Do not edit by hand!
export enum Inputs {
/**
* Set to false if you do not want to logout at the end of the job
* Required: false
* Default: "true"
*/
LOGOUT = "logout",
/**
* Password or token to login against the container image registry
* Required: true
* Default: None.
*/
PASSWORD = "password",
/**
* Server URL of the container image registry
* Required: true
* Default: None.
*/
REGISTRY = "registry",
/**
* Username to login against the container image registry
* Required: true
* Default: None.
*/
USERNAME = "username",
}
export enum Outputs {
}