@@ -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 }}