mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-05 12:39:55 +02:00
Warn user if input image and registry both have /
(#39)
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
6a46770abc
commit
984901b4bb
10 changed files with 260 additions and 123 deletions
|
@ -6,14 +6,14 @@ branding:
|
|||
color: red
|
||||
inputs:
|
||||
image:
|
||||
description: 'Name of the image to push'
|
||||
description: 'Name of the image to push (e.g. username/imagename or imagename)'
|
||||
required: true
|
||||
tags:
|
||||
description: 'The tag or tags of the image to push. For multiple tags, seperate by a space. For example, "latest v1"'
|
||||
required: false
|
||||
default: 'latest'
|
||||
registry:
|
||||
description: 'Registry where to push the image (eg. quay.io/username)'
|
||||
description: 'Hostname and optional namespace to push the image to (eg. quay.io/username or quay.io)'
|
||||
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