From 1be13e32568fc435bc9e3ab96f831f559e429fb3 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Mon, 10 Jun 2024 11:01:11 +0300 Subject: [PATCH] wip --- .github/workflows/manylinux.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manylinux.yml b/.github/workflows/manylinux.yml index 71cb8d5..fbe2c70 100644 --- a/.github/workflows/manylinux.yml +++ b/.github/workflows/manylinux.yml @@ -33,4 +33,7 @@ jobs: file: ${{ matrix.image }}/Dockerfile platforms: linux/arm64 push: true - tags: ghcr.io/python-limereport/${{ matrix.image }}:Py-${{ matrix.python }}-Qt-${{ matrix.qt }} \ No newline at end of file + tags: ghcr.io/python-limereport/${{ matrix.image }}:Py-${{ matrix.python }}-Qt-${{ matrix.qt }} + build-args: | + PYTHON_VERSION=${{ matrix.python }} + QT_VERSION=${{ matrix.qt }} \ No newline at end of file