Allow to dispatch Docker build

This commit is contained in:
Danny Mösch
2026-01-25 13:46:42 +01:00
parent 7c2080ebc7
commit 1bc3ef0dae
+6
View File
@@ -14,6 +14,12 @@ on:
description: 'Docker tag'
required: true
type: string
workflow_dispatch:
inputs:
tag:
description: 'Docker tag'
required: true
type: string
jobs:
set-context: