Warn user if input image and registry both have / (#39)

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
Divyanshu Agrawal 2021-04-22 21:57:32 +05:30 committed by GitHub
parent 6a46770abc
commit 984901b4bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 260 additions and 123 deletions

View file

@ -16,7 +16,7 @@ export enum Inputs {
*/
EXTRA_ARGS = "extra-args",
/**
* Name of the image to push
* Name of the image to push (e.g. username/imagename or imagename)
* Required: true
* Default: None.
*/
@ -28,7 +28,7 @@ export enum Inputs {
*/
PASSWORD = "password",
/**
* Registry where to push the image (eg. quay.io/username)
* Hostname and optional namespace to push the image to (eg. quay.io/username or quay.io)
* Required: true
* Default: None.
*/