木木的木头 2 lat temu
rodzic
commit
4f25512ba4

+ 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: