Some checks failed
Build and Push Docker Image to Aliyun Registry / build-and-push (push) Has been cancelled
Signed-off-by: Caijinglong <cjl_spy@163.com>
4 lines
158 B
Bash
Executable File
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
|