mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-06-09 02:19:03 +00:00
Add feature to tag image with multiple tags
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
75dab40354
commit
48975824e7
11 changed files with 1983 additions and 119 deletions
|
@ -8,8 +8,8 @@ inputs:
|
|||
image:
|
||||
description: 'The name (reference) of the image to build'
|
||||
required: true
|
||||
tag:
|
||||
description: 'The tag of the image to build'
|
||||
tags:
|
||||
description: 'The tags of the image to build. For multiple tags, seperate by a space. For example, "v1 v0.1".'
|
||||
required: false
|
||||
default: latest
|
||||
base-image:
|
||||
|
@ -44,6 +44,11 @@ inputs:
|
|||
description: 'Set to true to build using the OCI image format instead of the Docker image format.'
|
||||
default: 'false'
|
||||
required: false
|
||||
outputs:
|
||||
image:
|
||||
description: 'Name of the image built'
|
||||
tags:
|
||||
description: 'List of tags delimeted by a space'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue