We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dcd62c commit ded36f9Copy full SHA for ded36f9
build-image.sh
@@ -42,7 +42,7 @@ if [[ ${NODE_VERSION} != "latest" && ${NODE_VERSION} != "NA" ]]; then
42
docker buildx build \
43
--platform "${TARGET_ARCHITECTURES}" \
44
--build-arg NODE_VERSION="${NODE_VERSION}" \
45
- -t "${DOCKER_HUB_REPO}:${NODE_VERSION}" \ # 版本标签
+ -t "${DOCKER_HUB_REPO}:${NODE_VERSION}" \
46
--push .
47
fi
48
0 commit comments