From 883ed476d35034e86079f85a8c0e8959c527d8e1 Mon Sep 17 00:00:00 2001 From: Momo Kornher Date: Mon, 11 Nov 2024 21:35:33 +0000 Subject: [PATCH] ci: allow manual dispatch of superchain build (#4696) Need this for testing. Also fixed a deprecated input parameter name in the workflow. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 --- .github/workflows/docker-images.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index d55b67e0c1..0c0b4cd905 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -2,6 +2,7 @@ name: Docker Images on: + workflow_dispatch: {} merge_group: {} pull_request: branches: [main, release] @@ -126,7 +127,7 @@ jobs: with: # Disable parallelism because IO contention makes it too slow on GitHub # workers... - config-inline: |- + buildkitd-config-inline: |- [worker.oci] max-parallelism = 1