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 e3d918b commit ba38a73Copy full SHA for ba38a73
.github/workflows/docker-workflow.yml
@@ -187,13 +187,10 @@ jobs:
187
188
echo "🚀 Building image $IMAGE:$VERSION"
189
190
- echo "WHEEL IMAGE: ${{ steps.meta.outputs.tag }}"
191
- echo "WHEEL2 IMAGE: $WHEEL_IMAGE"
192
-
193
docker buildx build \
194
--squash \
195
--platform linux/amd64,linux/arm64 \
196
- --build-context wheelbuilder=docker-image://subvortex/subvortex-wheel-builder:latest \
+ --build-context wheelbuilder=docker-image://$WHEEL_IMAGE \
197
--build-arg VERSION=$VERSION \
198
--build-arg COMPONENT_VERSION=$COMPONENT_VERSION \
199
--cache-from=type=gha,scope=wheels_${COMP}_${ARCH} \
0 commit comments