mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 18:09:04 +00:00
Fail action if input image has /
in it's name
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
b8dfc09b78
commit
cb3e1f7bad
10 changed files with 269 additions and 114 deletions
|
@ -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".'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue