mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-04-05 16:17:47 +02:00
25 lines
611 B
TypeScript
25 lines
611 B
TypeScript
![]() |
// This file was auto-generated by action-io-generator. Do not edit by hand!
|
||
|
export enum Inputs {
|
||
|
/**
|
||
|
* 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 {
|
||
|
}
|