Change Docker build trigger to on release published

This commit is contained in:
Meng Zhuo 2026-02-13 18:03:25 +08:00 committed by GitHub
parent 584a3dcc87
commit 1516cb57b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,8 @@
name: 🐳 Build & Push Docker Image
on:
push:
branches: [main]
tags: ["v*"]
release:
types: [published]
env:
REGISTRY: ghcr.io