Skip to content

Commit ded36f9

Browse files
committed
fix command error
1 parent 1dcd62c commit ded36f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [[ ${NODE_VERSION} != "latest" && ${NODE_VERSION} != "NA" ]]; then
4242
docker buildx build \
4343
--platform "${TARGET_ARCHITECTURES}" \
4444
--build-arg NODE_VERSION="${NODE_VERSION}" \
45-
-t "${DOCKER_HUB_REPO}:${NODE_VERSION}" \ # 版本标签
45+
-t "${DOCKER_HUB_REPO}:${NODE_VERSION}" \
4646
--push .
4747
fi
4848

0 commit comments

Comments
 (0)