feat: Add option for skip pushing if the digest hasn't changed

This commit is contained in:
Alex Viscreanu
2020-06-19 13:19:32 +02:00
parent c076596480
commit 3b9302effb
4 changed files with 53 additions and 16 deletions

View File

@@ -41,6 +41,9 @@ inputs:
extra_args:
description: "Additional arguments to be passed to the kaniko executor"
required: false
skip_unchanged_digest:
description: "Avoids pushing the image if the build generated the same digest"
required: false
runs:
using: "docker"
image: "Dockerfile"