0
0
mirror of https://github.com/python-LimeReport/containers.git synced 2024-12-23 16:23:00 +03:00

try fix cache

This commit is contained in:
Maxim Slipenko 2024-06-11 08:36:37 +03:00
parent c8c7623b5e
commit 8e762ff549

View File

@ -41,5 +41,6 @@ jobs:
cache-from: ghcr.io/python-limereport/${{ matrix.image }}:Py-${{ matrix.python }}-Qt-${{ matrix.qt }} 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 }} tags: ghcr.io/python-limereport/${{ matrix.image }}:Py-${{ matrix.python }}-Qt-${{ matrix.qt }}
build-args: | build-args: |
BUILDKIT_INLINE_CACHE=1
PYTHON_VERSION=${{ matrix.python }} PYTHON_VERSION=${{ matrix.python }}
QT_VERSION=${{ matrix.qt }} QT_VERSION=${{ matrix.qt }}