mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-06-07 18:19:03 +00:00
Add auth_file_path input and --verbose flag (#21)
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
43f863be90
commit
34f135348d
8 changed files with 34 additions and 9 deletions
|
@ -14,6 +14,9 @@ inputs:
|
|||
password:
|
||||
description: 'Password, encrypted password, or access token for username'
|
||||
required: true
|
||||
auth_file_path:
|
||||
description: 'Path of the authentication file, this will override the default auth file path in podman'
|
||||
required: false
|
||||
logout:
|
||||
description: |
|
||||
'By default, the action logs out of the container image registry at the end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue