feat: Allow stripping tag prefixes

This commit is contained in:
Alex Viscreanu
2020-02-24 22:11:13 +01:00
parent 4a68ad0e14
commit 6c131bc4a8
3 changed files with 35 additions and 15 deletions

View File

@@ -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