1
0
mirror of https://github.com/python-LimeReport/devcontainer.git synced 2024-12-23 14:43:00 +03:00

add build-args

This commit is contained in:
Maxim Slipenko 2023-07-18 09:42:50 +03:00
parent a0eb7f133d
commit d74a18c0bf

View File

@ -81,6 +81,10 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
QT=${{ inputs.qt }}
PYTHON=${{ inputs.python }}
# Sign the resulting Docker image digest except on PRs.