mirror of
https://gitee.com/lijiahangmax/orion-ops.git
synced 2026-09-21 05:20:47 +08:00
7 lines
290 B
Bash
7 lines
290 B
Bash
#!/bin/bash
|
|
set -e
|
|
version=1.3.1
|
|
docker build -t orion-ops-redis:${version} .
|
|
docker tag orion-ops-redis:${version} registry.cn-hangzhou.aliyuncs.com/orionsec/orion-ops-redis:${version}
|
|
docker tag orion-ops-redis:${version} registry.cn-hangzhou.aliyuncs.com/orionsec/orion-ops-redis:latest
|