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

View File

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