mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2025-03-07 15:08:51 +08:00
12 lines
203 B
Bash
12 lines
203 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
docker build -t ccr.ccs.tencentyun.com/cube-studio/video-audio:20210601 -f job/video-audio/Dockerfile-cpu .
|
|
docker push ccr.ccs.tencentyun.com/cube-studio/video-audio:20210601
|
|
|
|
|
|
|
|
|
|
|