mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-04 04:09:54 +02:00
fix docker issue
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
parent
671216bac8
commit
19ea479591
5 changed files with 39 additions and 13 deletions
|
@ -8,7 +8,11 @@ inputs:
|
|||
image-to-push:
|
||||
description: 'Name of the new image that will be pushed'
|
||||
required: true
|
||||
quay-registry:
|
||||
tag:
|
||||
description: 'Tag of the new image'
|
||||
required: false
|
||||
default: 'latest'
|
||||
registry:
|
||||
description: 'Quay repo where to push the image'
|
||||
required: true
|
||||
username:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue