diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index b17e880..2a1e6b9 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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.