From 5763001b62ec2d043e6131bebe39bb1ab9c9c06a Mon Sep 17 00:00:00 2001 From: Konstantin Burkalev Date: Tue, 24 Sep 2024 11:26:03 +0300 Subject: [PATCH] =?UTF-8?q?remove=20config-inline=20in=C2=A0publish/docker?= =?UTF-8?q?-push=20as=C2=A0actionlint=20is=20complaining=20and=C2=A0this?= =?UTF-8?q?=20option=20is=20already=20not=20supported=20for=20some=20time?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 68cfc92d1d5ad..9dcbda2011e93 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -381,10 +381,6 @@ jobs: org.opencontainers.image.created=${{ steps.prep.outputs.created }} org.opencontainers.image.revision=${{ github.sha }} org.opencontainers.image.licenses=${{ fromJson(steps.repo.outputs.result).license.spdx_id }} - # Workaround for yarn v1, it uses aggressive timeouts with summing time spending on fs, https://github.com/yarnpkg/yarn/issues/4890 - config-inline: | - [worker.oci] - max-parallelism = 1 build-args: | IMAGE_VERSION=${{ steps.prep.outputs.version }}