mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-10 09:30:01 +02:00
feat: Add option for skip pushing if the digest hasn't changed
This commit is contained in:
parent
c076596480
commit
3b9302effb
4 changed files with 53 additions and 16 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue