Skip to content

Commit dc8e64a

Browse files
committed
build(docker): add threads tags to push.sh
1 parent f36e27e commit dc8e64a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/docker/push.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,17 @@ function push_image() {
6161

6262
push_image itkwasm/wasi ${TAG} ${debug}
6363
push_image itkwasm/emscripten ${TAG} ${debug}
64+
push_image itkwasm/emscripten ${TAG}-threads ${debug}
6465
push_image itkwasm/wasi latest ${debug}
6566
push_image itkwasm/emscripten latest ${debug}
67+
push_image itkwasm/emscripten latest-threads ${debug}
6668
if ! $push_manifest; then
6769
push_image itkwasm/emscripten-base ${TAG} ${debug}
70+
push_image itkwasm/emscripten-base ${TAG}-threads ${debug}
6871
push_image itkwasm/wasi-base ${TAG} ${debug}
6972
push_image itkwasm/wasi-base latest ${debug}
7073
push_image itkwasm/emscripten-base latest ${debug}
74+
push_image itkwasm/emscripten-base latest-threads ${debug}
7175
fi
7276

73-
echo "Success."
77+
echo "Success."

0 commit comments

Comments
 (0)