mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-05-10 09:30:01 +02:00
feat: Add tag_with_latest option for tagging with latest additionally
When skipping the push on unchanged digests, it's not enough to push the current tag, which is probably semver, we also need to push the latest, so we can later check if the latest digest equals the currently built image
This commit is contained in:
parent
94f437184e
commit
79ed56ad90
3 changed files with 20 additions and 0 deletions
|
@ -48,6 +48,9 @@ inputs:
|
|||
skip_unchanged_digest:
|
||||
description: "Avoids pushing the image if the build generated the same digest"
|
||||
required: false
|
||||
tag_with_latest:
|
||||
description: "Tags the built image with additional latest tag"
|
||||
required: false
|
||||
runs:
|
||||
using: "docker"
|
||||
image: "Dockerfile"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue