Some checks failed
Build and Push Docker Image to Aliyun Registry / build-and-push (push) Has been cancelled
- Install `tzdata` in Dockerfile (在 `Dockerfile` 中安装 `tzdata` 以支持时区) - Update version from 0.1.2 to 0.1.3 in `build.sh` (在 `build.sh` 中将版本从 0.1.2 更新到 0.1.3)
4 lines
158 B
Bash
Executable File
4 lines
158 B
Bash
Executable File
VERSION="0.1.3"
|
|
docker buildx build --platform linux/amd64 -t common-nginx-fpm:$VERSION --load .
|
|
docker tag common-nginx-fpm:$VERSION common-nginx-fpm:latest
|