mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +00:00
add tag input
Signed-off-by: Luca Stocchi <lstocchi@redhat.com>
This commit is contained in:
parent
deaddbe502
commit
d26694b47f
5 changed files with 13 additions and 3 deletions
|
@ -8,6 +8,10 @@ inputs:
|
|||
image:
|
||||
description: 'The name (reference) of the image to build'
|
||||
required: true
|
||||
tag:
|
||||
description: 'The tag of the image to build'
|
||||
required: false
|
||||
default: latest
|
||||
base-image:
|
||||
description: 'The base image to use to create a new container image'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue