Zachary Rice 3 лет назад
Родитель
Сommit
3ca542796b
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      .github/workflows/release.yml

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

@@ -1,9 +1,8 @@
 name: Create and publish a Docker image
 
 on:
-  push:
   release:
-    types: [published]
+    types: [published, prereleased]
 
 env:
   REGISTRY: ghcr.io