fix: limit BuildKit parallelism to 1 for local registry in build-docker jobs
Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenDJ/sessions/f70f036c-c9d3-49ea-9ca6-ff9de91dd657
Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
| | |
| | | uses: docker/setup-buildx-action@v4 |
| | | with: |
| | | driver-opts: network=host |
| | | buildkitd-config-inline: | |
| | | [worker.oci] |
| | | max-parallelism = 1 |
| | | - name: Prepare Dockerfile |
| | | shell: bash |
| | | run: | |
| | |
| | | uses: docker/setup-buildx-action@v4 |
| | | with: |
| | | driver-opts: network=host |
| | | buildkitd-config-inline: | |
| | | [worker.oci] |
| | | max-parallelism = 1 |
| | | - name: Prepare Dockerfile |
| | | shell: bash |
| | | run: | |