Tried to fix max-concurrent
Build Docker Image / Build and Push (3.10) (push) Failing after 54m45s
Build Docker Image / Build and Push (3.12) (push) Has been cancelled
Build Docker Image / Build and Push (3.13) (push) Has been cancelled
Build Docker Image / Build and Push (3.11) (push) Has been cancelled

This commit is contained in:
2024-12-08 12:42:22 +02:00
parent eb269b0261
commit bd08d0e55b
+2
View File
@@ -36,6 +36,8 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64
driver-opts: |
max-concurrent=1
- name: Login to DockerHub
uses: docker/login-action@v3