mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-06-07 18:19:03 +00:00
First commit 🚀
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
commit
565d575198
20 changed files with 6476 additions and 0 deletions
19
action.yml
Normal file
19
action.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: 'Podman login'
|
||||
description: 'GitHub Action to login against a container 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
|
||||
username:
|
||||
description: 'Username used to log against the Docker registry'
|
||||
required: false
|
||||
password:
|
||||
description: 'Password or personal access token used to log against the Docker registry'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
Loading…
Add table
Add a link
Reference in a new issue