chore: update workflow triggers to use workflow_dispatch

This commit is contained in:
karl
2025-05-30 11:00:27 +08:00
parent 53764fe648
commit 9742ca11a9
4 changed files with 18 additions and 14 deletions

View File

@@ -2,12 +2,12 @@ name: Create and publish Docker images with specific build args
on:
workflow_dispatch:
push:
branches:
- main
- dev
tags:
- v*
# push:
# branches:
# - main
# - dev
# tags:
# - v*
env:
REGISTRY: ghcr.io