10 lines
226 B
Bash
Executable File
10 lines
226 B
Bash
Executable File
|
|
#/bin/sh -v
|
|
set -e
|
|
|
|
docker buildx build --platform linux/amd64 \
|
|
-t registry.algo.com.cn/public/saastool:latest \
|
|
-t registry.algo.com.cn/public/saastool:20250924 \
|
|
-o type=registry \
|
|
-f saastool.Dockerfile \
|
|
../ ; |