浏览代码

fix: github workflows

Yeuoly 9 月之前
父节点
当前提交
2663a1fb99
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .github/workflows/build-push.yml

+ 3 - 3
.github/workflows/build-push.yml

@@ -8,9 +8,9 @@ on:
   release:
   release:
     types: [published]
     types: [published]
 
 
-concurrency:
-  group: build-push-${{ github.head_ref || github.run_id }}
-  cancel-in-progress: false
+# concurrency:
+#   group: build-push-${{ github.head_ref || github.run_id }}
+#   cancel-in-progress: false
 
 
 env:
 env:
   DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
   DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}