Gogs 3 anos atrás
pai
commit
e108dd28f6
1 arquivos alterados com 8 adições e 0 exclusões
  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}