feat: Allow custom context path

This commit is contained in:
Doron Somech
2020-06-20 09:41:59 +03:00
committed by Alex Viscreanu
parent 51211d4483
commit 94f437184e
3 changed files with 9 additions and 2 deletions

View File

@@ -5,6 +5,10 @@ branding:
icon: anchor
color: orange
inputs:
path:
description: Path to the build context
required: false
default: "."
registry:
description: "Docker registry where the image will be pushed"
required: false