木木的木头 2 년 전
부모
커밋
8652242cee
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .github/workflows/docker_build.yml

+ 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