mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-02 11:19: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
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue