mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-05-07 12:39:53 +02:00
Readme update and action.yml refactor
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
805221f355
commit
22deeeef6a
6 changed files with 26 additions and 19 deletions
|
@ -1,25 +1,26 @@
|
|||
// 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
|
||||
* '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'
|
||||
* Required: false
|
||||
* Default: "true"
|
||||
*/
|
||||
LOGOUT = "logout",
|
||||
/**
|
||||
* Password or token to login against the container image registry
|
||||
* Password, encrypted password, or access token for username
|
||||
* Required: true
|
||||
* Default: None.
|
||||
*/
|
||||
PASSWORD = "password",
|
||||
/**
|
||||
* Server URL of the container image registry
|
||||
* Hostname/domain of the container image registry such as quay.io, docker.io
|
||||
* Required: true
|
||||
* Default: None.
|
||||
*/
|
||||
REGISTRY = "registry",
|
||||
/**
|
||||
* Username to login against the container image registry
|
||||
* Username to log in against the container image registry
|
||||
* Required: true
|
||||
* Default: None.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue