mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-04 04:09:54 +02:00
fix issue with pushing docker image
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
parent
9f4af4759e
commit
e335d23f38
5 changed files with 50 additions and 8 deletions
|
@ -13,7 +13,7 @@ inputs:
|
|||
required: false
|
||||
default: 'latest'
|
||||
registry:
|
||||
description: 'Quay repo where to push the image'
|
||||
description: 'Registry where to push the image (e.g quay.io/username)'
|
||||
required: true
|
||||
username:
|
||||
description: 'Username to use as credential to authenticate to the registry'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue