Add docker build workflow

This commit is contained in:
Alone
2025-04-03 15:42:17 +08:00
parent 564edce4d0
commit f2e0686190

View File

@@ -3,6 +3,8 @@ name: Build Docker Image
on:
release:
types: [published]
push:
branches: [main]
env:
GITHUB_CR_REPO: ghcr.io/${{ github.repository }}