Skip to content

Commit ba38a73

Browse files
committed
fix last details
1 parent e3d918b commit ba38a73

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-workflow.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,10 @@ jobs:
187187
188188
echo "🚀 Building image $IMAGE:$VERSION"
189189
190-
echo "WHEEL IMAGE: ${{ steps.meta.outputs.tag }}"
191-
echo "WHEEL2 IMAGE: $WHEEL_IMAGE"
192-
193190
docker buildx build \
194191
--squash \
195192
--platform linux/amd64,linux/arm64 \
196-
--build-context wheelbuilder=docker-image://subvortex/subvortex-wheel-builder:latest \
193+
--build-context wheelbuilder=docker-image://$WHEEL_IMAGE \
197194
--build-arg VERSION=$VERSION \
198195
--build-arg COMPONENT_VERSION=$COMPONENT_VERSION \
199196
--cache-from=type=gha,scope=wheels_${COMP}_${ARCH} \

0 commit comments

Comments
 (0)