mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
Refactor inputs to support docker/metadata-action (#76)
This commit is contained in:
parent
f123b1f960
commit
979e6a6c6e
9 changed files with 142 additions and 23 deletions
|
@ -69,7 +69,7 @@ export enum Inputs {
|
|||
EXTRA_ARGS = "extra-args",
|
||||
/**
|
||||
* The name (reference) of the image to build
|
||||
* Required: true
|
||||
* Required: false
|
||||
* Default: None.
|
||||
*/
|
||||
IMAGE = "image",
|
||||
|
@ -92,7 +92,7 @@ export enum Inputs {
|
|||
*/
|
||||
PORT = "port",
|
||||
/**
|
||||
* The tags of the image to build. For multiple tags, seperate by a space. For example, "latest v1".
|
||||
* The tags of the image to build. For multiple tags, seperate by whitespace. For example, "latest v1".
|
||||
* Required: false
|
||||
* Default: "latest"
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue