mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-30 23:26:39 +08:00
7 lines
144 B
Bash
7 lines
144 B
Bash
#!/usr/bin/env bash
|
|
|
|
VERSION=1.0.0
|
|
|
|
docker buildx build --platform=linux/amd64 . -t mylxsw/one-api:$VERSION
|
|
docker push mylxsw/one-api:$VERSION
|