allow workflow_dispath on docker deploy

This commit is contained in:
jeffvli 2025-06-02 21:23:07 -07:00
parent bd2b39fdfb
commit d28fc9f630

View file

@ -3,6 +3,7 @@ name: Publish Docker to GHCR
permissions: write-all permissions: write-all
on: on:
workflow_dispatch:
push: push:
tags: tags:
- 'v*.*.*' - 'v*.*.*'