1
0
Fork 0
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:
Doron Somech 2020-06-20 16:31:09 +03:00 committed by Alex Viscreanu
parent 79ed56ad90
commit daf41b1e54
3 changed files with 7 additions and 2 deletions

View file

@ -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"