feat: add docker image push to ghcr

This commit is contained in:
engigu
2025-09-12 20:29:34 +08:00
parent 483aff4822
commit 691e3bdf7a
2 changed files with 50 additions and 8 deletions
+6 -6
View File
@@ -5,12 +5,12 @@ on:
# run only against tags
tags:
- '*'
workflow_dispatch:
inputs:
version:
description: 'Release version tag (e.g., v1.2.3).'
required: true
type: string
# workflow_dispatch:
# inputs:
# version:
# description: 'Release version tag (e.g., v1.2.3).'
# required: true
# type: string
# release:
# types: [published]