Add docker build workflow

This commit is contained in:
Alone
2025-04-03 11:56:31 +08:00
parent ce2eecb8b9
commit 2914bf3dab

View File

@@ -1,7 +1,10 @@
name: Build Docker Image
on:
push:
release:
types:
- published
- prereleased
env:
GITHUB_CR_REPO: ghcr.io/${{ github.repository }}