木木的木头 2 лет назад
Родитель
Сommit
4f25512ba4
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      .github/workflows/docker_build.yml
  2. 1 1
      .github/workflows/release.yml

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

@@ -3,7 +3,7 @@ name: Docker Image CI
 on:
   workflow_dispatch:
   release:
-    types: [published]
+    types: [released]
 
 env:
   REGISTRY: ghcr.io

+ 1 - 1
.github/workflows/release.yml

@@ -3,7 +3,7 @@ name: Build and Release
 on:
   workflow_dispatch:
   release:
-    types: [published]
+    types: [released]
 
       
 jobs: