Limit concurrent pushes to 2
Some checks failed
Build and Push Docker Image / build (push) Failing after 16s
Some checks failed
Build and Push Docker Image / build (push) Failing after 16s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user