chore: Allow trigger on docker build workflow

This commit is contained in:
Krypton
2024-11-09 11:51:19 +01:00
parent 5b52f990bb
commit 07e7bdae39

View File

@@ -3,6 +3,7 @@ name: Publish Docker Image
on:
release:
types: [published]
workflow_dispatch:
jobs:
build-and-push: