mirror of
https://github.com/aevea/action-kaniko.git
synced 2025-12-13 20:50:37 +00:00
feat: Allow stripping tag prefixes
This commit is contained in:
@ -35,6 +35,9 @@ inputs:
|
||||
build_file:
|
||||
description: "Dockerfile filename"
|
||||
required: false
|
||||
strip_tag_prefix:
|
||||
description: "Prefix to be stripped from the tag"
|
||||
required: false
|
||||
extra_args:
|
||||
description: "Additional arguments to be passed to the kaniko executor"
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user