nili vor 2 Jahren
Ursprung
Commit
1edf90595c
1 geänderte Dateien mit 5 neuen und 5 gelöschten Zeilen
  1. 5 5
      .github/workflows/auto_build_docker_container.yml

+ 5 - 5
.github/workflows/auto_build_docker_container.yml

@@ -1,10 +1,10 @@
 name: 自动构建docker镜像
 
 on:
-#  schedule:
-#    - cron: "21 19 * * 0"
-#  watch:
-#    types: started
+  schedule:
+    - cron: "21 19 * * 0"
+  watch:
+    types: started
   workflow_dispatch:
 
 #  push:
@@ -70,7 +70,7 @@ jobs:
           context: ./dockerfile/
           file: ./dockerfile/Dockerfile
           push: true
-          platforms: linux/amd64,linux/arm64,linux/arm
+          platforms: linux/amd64,linux/arm64
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}
       - name: all Image digest

粤ICP备19079148号