1
0
Fork 0
mirror of https://github.com/aevea/action-kaniko.git synced 2025-05-10 01:20:00 +02:00

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