소스 검색

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:
     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:
   DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}