ci(release): add ability to trigger action manually as well

This commit is contained in:
zyachel 2024-12-15 09:38:10 +00:00
parent dfc45f4e4a
commit 70efba181f

View File

@ -3,7 +3,8 @@ name: Docker Image CI
on: on:
push: push:
tags: tags:
- 'v*' # This will trigger the workflow on tags that start with 'v' - 'v*'
workflow_dispatch:
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io