Adding build args support

This commit is contained in:
2025-03-26 21:40:56 +01:00
parent 1b5964266a
commit 92932d3fa7
2 changed files with 13 additions and 0 deletions

View File

@@ -27,6 +27,10 @@ inputs:
description: Comma separated list for building platform
required: false
default: ""
buildArgs:
description: Comma separated args to pass to the build
required: false
default: ""
exportTarPath:
description: Whether and where to export the file as a tar image
required: false