mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-07 17:31:35 +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
|
@ -7,9 +7,9 @@ branding:
|
|||
inputs:
|
||||
image:
|
||||
description: 'The name (reference) of the image to build'
|
||||
required: true
|
||||
required: false
|
||||
tags:
|
||||
description: 'The tags of the image to build. For multiple tags, seperate by a space. For example, "latest v1".'
|
||||
description: 'The tags of the image to build. For multiple tags, seperate by whitespace. For example, "latest v1".'
|
||||
required: false
|
||||
default: latest
|
||||
base-image:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue