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"