mirror of
https://github.com/python-LimeReport/devcontainer.git
synced 2024-12-25 07:24:41 +03:00
add build-args
This commit is contained in:
parent
a0eb7f133d
commit
d74a18c0bf
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
@ -81,6 +81,10 @@ jobs:
|
|||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
build-args: |
|
||||||
|
QT=${{ inputs.qt }}
|
||||||
|
PYTHON=${{ inputs.python }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Sign the resulting Docker image digest except on PRs.
|
# Sign the resulting Docker image digest except on PRs.
|
||||||
|
Loading…
Reference in New Issue
Block a user