mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-17 04:40:01 +02:00
feat: output built image reference
This commit is contained in:
parent
e54575cc70
commit
ca098255c5
3 changed files with 10 additions and 0 deletions
|
@ -57,6 +57,9 @@ inputs:
|
|||
debug:
|
||||
description: Enables trace for entrypoint.sh
|
||||
required: false
|
||||
outputs:
|
||||
image:
|
||||
description: "Full reference to the built image with registry and tag"
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue