Caijinglong 8a4b147c2b
Some checks failed
Build and Push Docker Image to Aliyun Registry / build-and-push (push) Has been cancelled
feat: 添加了 tzdata 和 logrotate 到项目里
Signed-off-by: Caijinglong <cjl_spy@163.com>
2025-07-11 17:07:03 +08:00

4 lines
158 B
Bash
Executable File

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