0
0
mirror of https://github.com/python-LimeReport/containers.git synced 2025-01-11 17:28:09 +03:00
This commit is contained in:
Maxim Slipenko 2024-06-10 11:01:11 +03:00
parent 3f575584dc
commit 1be13e3256

View File

@ -34,3 +34,6 @@ jobs:
platforms: linux/arm64 platforms: linux/arm64
push: true push: true
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: |
PYTHON_VERSION=${{ matrix.python }}
QT_VERSION=${{ matrix.qt }}