Zachary Rice пре 3 година
родитељ
комит
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