Parcourir la source

fix: github workflows

Yeuoly il y a 9 mois
Parent
commit
2663a1fb99
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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 }}