Jelajahi Sumber

only publish final releases to docker container

Peter Bieringer 5 bulan lalu
induk
melakukan
4080d2cadd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .github/workflows/docker-publish.yml

+ 1 - 1
.github/workflows/docker-publish.yml

@@ -2,7 +2,7 @@ name: Build and publish Docker image
 
 on:
   release:
-    types: [published]
+    types: [released]
   schedule:
     - cron: '0 0 * * *'
   workflow_dispatch: