Add manual action dispatch

This commit is contained in:
Linus Dietz
2023-06-19 11:48:18 +02:00
committed by GitHub
parent c298b8972a
commit 02e64e5555
+2 -1
View File
@@ -12,7 +12,8 @@ name: Create and publish a Docker image
on:
release:
types: [created]
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}