common-nginx-fpm/build.sh
Caijinglong 453b38bbc9
Some checks failed
Build and Push Docker Image to Aliyun Registry / build-and-push (push) Has been cancelled
feat: 修改了构建脚本
Signed-off-by: Caijinglong <cjl_spy@163.com>
2025-06-26 10:25:29 +08:00

4 lines
151 B
Bash
Executable File

VERSION="0.1.2"
docker buildx build --platform linux/amd64 -t common-nginx-fpm:$VERSION .
docker tag common-nginx-fpm:$VERSION common-nginx-fpm:latest