Limit concurrent pushes to 2
Some checks failed
Build and Push Docker Image / build (push) Failing after 16s

This commit is contained in:
2024-12-27 20:51:11 +01:00
parent f6be831be1
commit 3b49e21933

View File

@@ -29,4 +29,4 @@ jobs:
- name: Push Docker image
run: |
docker push gargoton.petite-maison-orange.fr/image/calibre-web:latest
docker push --max-concurrent-uploads 2 gargoton.petite-maison-orange.fr/image/calibre-web:latest