There was an error while loading. Please reload this page.
1 parent 847e2e8 commit 7f47b3eCopy full SHA for 7f47b3e
1 file changed
docker/nginx/buildx.sh
@@ -4,8 +4,8 @@ cd `dirname $0` && pwd
4
5
echo '开始构建镜像'
6
7
-docker buildx build --platform linux/amd64,linux/arm64 -t httpsok/nginx:1.29.8 --push -f Dockerfile .
8
-#docker buildx build --platform linux/amd64,linux/arm64 -t httpsok/nginx:1.29.8-alpine -t httpsok/nginx:latest --push -f Dockerfile-alpine .
+docker buildx build --platform linux/amd64,linux/arm64 -t httpsok/nginx:1.29.8 -t httpsok/nginx:latest --push -f Dockerfile .
+#docker buildx build --platform linux/amd64,linux/arm64 -t httpsok/nginx:1.29.8-alpine --push -f Dockerfile-alpine .
9
10
# 本地构建镜像并且测试
11
# COMPOSE_BAKE=true docker-compose build httpsok-nginx-alpine
0 commit comments