木木的木头 2 жил өмнө
parent
commit
8652242cee

+ 3 - 3
.github/workflows/docker_build.yml

@@ -1,9 +1,9 @@
 name: Docker Image CI
 
 on:
-  push:
-    tags:
-      - "*"
+  workflow_dispatch:
+  release:
+    types: [published]
 
 env:
   REGISTRY: ghcr.io