File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments