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