木木的木头 hace 2 años
padre
commit
4f25512ba4
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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: