feat: Add option for skip pushing if the digest hasn't changed
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user