mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-10 01:20:00 +02:00
feat: Add target option
This commit is contained in:
parent
79ed56ad90
commit
daf41b1e54
3 changed files with 7 additions and 2 deletions
|
@ -51,6 +51,9 @@ inputs:
|
|||
tag_with_latest:
|
||||
description: "Tags the built image with additional latest tag"
|
||||
required: false
|
||||
target:
|
||||
description: Sets the target stage to build
|
||||
required: false
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue