We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5c3d8 commit aacb68eCopy full SHA for aacb68e
.github/workflows/build_wheels.yml
@@ -104,9 +104,10 @@ jobs:
104
uses: docker/setup-buildx-action@v1
105
- name: Build image
106
run: |
107
+ VERSION_WITHOUT_PREFIX=${{ needs.get-version.outputs.version_without_prefix }}
108
+ RELEASE_VERSION=${{ needs.get-version.outputs.release_version }}
109
+ HIGHEST_SEMVER_TAG=${{ needs.get-version.outputs.highest_semver_tag }}
110
make build-${{ matrix.component }}-docker REGISTRY=${REGISTRY} VERSION=${VERSION_WITHOUT_PREFIX}
- env:
- VERSION_WITHOUT_PREFIX: ${{ needs.get-version.outputs.version_without_prefix }}
111
112
verify-python-wheels:
113
runs-on: ${{ matrix.os }}
0 commit comments