From e09100099dcd4e01fee5cb2d83135e77596bb51b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Star=C3=BD=20Novotn=C3=BD?= Date: Mon, 19 Aug 2024 18:47:01 +0200 Subject: [PATCH] Improve compilation speed up to five times This PR applies the speed improvements from . --- .github/workflows/build-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 9b68f58..2bd591b 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v4 with: repository: witiko/markdown - ref: 3.7.0-dev.1 + ref: 3.7.0-dev.2 fetch-depth: 0 - name: Build intermediate image witiko/markdown:latest-minimal run: DOCKER_BUILDKIT=1 docker build --build-arg TEXLIVE_TAG=latest-minimal --build-arg DEV_IMAGE=true -t witiko/markdown:latest-minimal .