Skip to content

Commit e1cb787

Browse files
committed
fix last details
1 parent 0d85264 commit e1cb787

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
echo "🔍 Final matrix ready."
5050
51-
wheel-builder:
51+
wheelbuilder:
5252
if: github.event_name == 'push'
5353
runs-on: ubuntu-latest
5454
outputs:
@@ -93,7 +93,7 @@ jobs:
9393
9494
build:
9595
if: github.event_name == 'push' || github.event_name == 'delete'
96-
needs: [discover, wheel-builder]
96+
needs: [discover, wheelbuilder]
9797
runs-on: ubuntu-latest
9898
permissions:
9999
contents: read
@@ -138,7 +138,7 @@ jobs:
138138
COMP="${{ matrix.component }}"
139139
REPO_NAME="subvortex-${COMP//_/-}" && echo "$COMP"
140140
IMAGE="subvortex/$REPO_NAME"
141-
WHEEL_IMAGE="${{ needs.wheel-builder.outputs.tag }}"
141+
WHEEL_IMAGE="${{ needs.wheelbuilder.outputs.tag }}"
142142
VERSION_TAG="${{ steps.taginfo.outputs.version_tag }}"
143143
VERSION="${VERSION_TAG#v}"
144144
DOCKERFILE="subvortex/$COMP/Dockerfile"
@@ -167,7 +167,7 @@ jobs:
167167
docker buildx build \
168168
--squash \
169169
--platform linux/amd64,linux/arm64 \
170-
--build-context wheelbuilder=subvortex/subvortex-wheel-builder:3.11-06102d0bc6e84c7d33e4da86cb6748a3d3b66e2bdce251454b4ac2a9a1e58c68 \
170+
--build-context wheelbuilder=docker-image://subvortex/subvortex-wheel-builder:3.11-06102d0bc6e84c7d33e4da86cb6748a3d3b66e2bdce251454b4ac2a9a1e58c68 \
171171
--build-arg VERSION=$VERSION \
172172
--build-arg COMPONENT_VERSION=$COMPONENT_VERSION \
173173
--cache-from=type=gha,scope=wheels_${COMP}_${ARCH} \

0 commit comments

Comments
 (0)