ci: limit the number of concurrent builds

This commit is contained in:
Quentin Gliech
2021-12-10 16:48:37 +01:00
parent 7ca3a1add2
commit 4abbb8f4e8

View File

@@ -346,6 +346,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
config-inline: |
[registry."docker.io"]
mirrors = ["mirror.gcr.io"]
[worker.oci]
max-parallelism = 2
- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'