mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-08 10:01:34 +00:00
Support docker/metadata-action
This commit is contained in:
parent
f123b1f960
commit
3e5ca2fc47
9 changed files with 124 additions and 18 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