mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-06-11 07:51:11 +00:00
Update code
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
1b6468c894
commit
6c4ab503eb
8 changed files with 38 additions and 46 deletions
12
action.yml
12
action.yml
|
@ -1,21 +1,21 @@
|
|||
name: 'Podman login'
|
||||
description: 'GitHub Action to login against a container registry'
|
||||
description: 'GitHub Action to login against a container image registry'
|
||||
author: 'Red Hat'
|
||||
branding:
|
||||
icon: circle
|
||||
color: red
|
||||
inputs:
|
||||
registry:
|
||||
description: 'Server address of Docker registry. If not set then will default to Docker Hub'
|
||||
required: false
|
||||
description: 'Server URL of the container image registry'
|
||||
required: true
|
||||
username:
|
||||
description: 'Username used to log against the Docker registry'
|
||||
description: 'Username to login against the container image registry'
|
||||
required: false
|
||||
password:
|
||||
description: 'Password or personal access token used to log against the Docker registry'
|
||||
description: 'Password to login against the container image registry'
|
||||
required: false
|
||||
logout:
|
||||
description: 'Set to true if you want to logout once the workflows completes'
|
||||
description: 'Set to true if you want to logout at the end of the job'
|
||||
required: false
|
||||
default: 'false'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue