From 8e762ff5492f48f4d48221d29fd994cf934059a7 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Tue, 11 Jun 2024 08:36:37 +0300 Subject: [PATCH] try fix cache --- .github/workflows/manylinux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/manylinux.yml b/.github/workflows/manylinux.yml index f1eaf9b..c649441 100644 --- a/.github/workflows/manylinux.yml +++ b/.github/workflows/manylinux.yml @@ -41,5 +41,6 @@ jobs: cache-from: ghcr.io/python-limereport/${{ matrix.image }}:Py-${{ matrix.python }}-Qt-${{ matrix.qt }} tags: ghcr.io/python-limereport/${{ matrix.image }}:Py-${{ matrix.python }}-Qt-${{ matrix.qt }} build-args: | + BUILDKIT_INLINE_CACHE=1 PYTHON_VERSION=${{ matrix.python }} QT_VERSION=${{ matrix.qt }} \ No newline at end of file