Skip to content

Commit 6b05147

Browse files
committed
chore(ci): Trying to fix release with workaround for yarn v1
1 parent 14186da commit 6b05147

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
- name: Set up Docker Buildx
284284
uses: docker/setup-buildx-action@v2
285285
with:
286-
version: v0.9.1
286+
version: v0.10.3
287287
- name: Copy yarn.lock file
288288
run: cp yarn.lock packages/cubejs-docker
289289
- name: Push to Docker Hub
@@ -303,6 +303,10 @@ jobs:
303303
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
304304
org.opencontainers.image.revision=${{ github.sha }}
305305
org.opencontainers.image.licenses=${{ fromJson(steps.repo.outputs.result).license.spdx_id }}
306+
# Workaround for yarn v1, it uses aggressive timeouts with summing time spending on fs, https://github.com/yarnpkg/yarn/issues/4890
307+
config-inline: |
308+
[worker.oci]
309+
max-parallelism = 1
306310
build-args: |
307311
IMAGE_VERSION=${{ steps.prep.outputs.version }}
308312

0 commit comments

Comments
 (0)