Allow manual workflow trigger for Docker build

This commit is contained in:
Maurice
2026-03-19 13:39:12 +01:00
parent 9a8c24cf7b
commit aeac66baff

View File

@@ -3,6 +3,7 @@ name: Build & Push Docker Image
on: on:
push: push:
branches: [main] branches: [main]
workflow_dispatch:
jobs: jobs:
build: build: