feat: Add target option

This commit is contained in:
Doron Somech
2020-06-22 08:19:55 +02:00
committed by Alex Viscreanu
parent 79ed56ad90
commit daf41b1e54
3 changed files with 7 additions and 2 deletions
+3
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"