mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-06-09 05:25:09 +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
|
@ -90,6 +90,7 @@ EOF
|
|||
|
||||
# https://github.com/GoogleContainerTools/kaniko/issues/1349
|
||||
/kaniko/executor --reproducible --force $ARGS
|
||||
echo "image=$IMAGE" >> $GITHUB_OUTPUT
|
||||
|
||||
if [ ! -z $INPUT_SKIP_UNCHANGED_DIGEST ]; then
|
||||
export DIGEST=$(cat digest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue