Gogs 3 years ago
parent
commit
e108dd28f6
1 changed files with 8 additions and 0 deletions
  1. 8 0
      push.sh

+ 8 - 0
push.sh

@@ -0,0 +1,8 @@
+#!/bin/bash
+
+release=$1
+
+[ ! -n "$release" ] && exit 1
+
+docker build -t registry-vpc.cn-beijing.aliyuncs.com/xinyue/applecheckmode:${release} .
+docker push registry-vpc.cn-beijing.aliyuncs.com/xinyue/applecheckmode:${release}