mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-12 10:30:02 +02:00
feat: adding debug flag
This commit is contained in:
parent
17f90e5aa4
commit
20173de989
3 changed files with 7 additions and 0 deletions
|
@ -54,6 +54,9 @@ inputs:
|
|||
target:
|
||||
description: Sets the target stage to build
|
||||
required: false
|
||||
debug:
|
||||
description: Enables trace for entrypoint.sh
|
||||
required: false
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue