mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-07-01 08:50:23 +02:00
Add example workflow
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
565d575198
commit
1b6468c894
10 changed files with 68 additions and 196 deletions
|
@ -1,5 +1,11 @@
|
|||
// This file was auto-generated by action-io-generator. Do not edit by hand!
|
||||
export enum Inputs {
|
||||
/**
|
||||
* Set to true if you want to logout once the workflows completes
|
||||
* Required: false
|
||||
* Default: "false"
|
||||
*/
|
||||
LOGOUT = "logout",
|
||||
/**
|
||||
* Password or personal access token used to log against the Docker registry
|
||||
* Required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue