Update code

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-03-31 14:31:58 +05:30
parent 1b6468c894
commit 6c4ab503eb
8 changed files with 38 additions and 46 deletions

View file

@ -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'