add vars input for bake variables

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-04-13 10:19:18 +02:00
parent a66e1c87e2
commit 9e2d1f1956
5 changed files with 47 additions and 5 deletions

View File

@@ -50,6 +50,9 @@ inputs:
targets:
description: "List of bake targets"
required: false
vars:
description: "Variables to set in the Bake definition as list of key-value pair"
required: false
github-token:
description: "API token used to authenticate to a Git repository for remote definitions"
default: ${{ github.token }}