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

View File

@ -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 }}
tags: ghcr.io/python-limereport/${{ matrix.image }}:Py-${{ matrix.python }}-Qt-${{ matrix.qt }}
build-args: |
PYTHON_VERSION=${{ matrix.python }}
QT_VERSION=${{ matrix.qt }}