mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-12 10:30:02 +02:00
Allow multiple tags
This commit is contained in:
parent
78060c4e9d
commit
9ffe94bf27
3 changed files with 65 additions and 55 deletions
|
@ -21,8 +21,8 @@ inputs:
|
|||
image:
|
||||
description: "Image name"
|
||||
required: true
|
||||
tag:
|
||||
description: "Image tag"
|
||||
tags:
|
||||
description: "List of Image tags"
|
||||
required: false
|
||||
cache:
|
||||
description: "Enables build cache"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue