fix issue with pushing docker image

Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
Luca Stocchi 2020-11-16 14:06:29 +01:00
parent 9f4af4759e
commit e335d23f38
No known key found for this signature in database
GPG key ID: 930BB00F3FCF30A4
5 changed files with 50 additions and 8 deletions

View file

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