Fail action if input image has / in it's name

Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
divyansh42 2021-04-22 13:39:51 +05:30
parent b8dfc09b78
commit cb3e1f7bad
10 changed files with 269 additions and 114 deletions

View file

@ -6,7 +6,9 @@ branding:
color: red
inputs:
image:
description: 'The name (reference) of the image to build'
description: |
'The name (reference) of the image to build. Image name should not contain any "/" i.e.
there is no need to provide image registry namespace.'
required: true
tags:
description: 'The tags of the image to build. For multiple tags, seperate by a space. For example, "latest v1".'