We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9bddd commit b2ab86cCopy full SHA for b2ab86c
1 file changed
build.sh
@@ -0,0 +1,13 @@
1
+#########################################################################
2
+# File Name: build.sh
3
+# Author: ma6174
4
+# mail: ma6174@163.com
5
+# Created Time: 2023年05月10日 星期三 13时14分57秒
6
7
+#!/bin/bash
8
+export CODENAME=bookworm
9
+export DEV_REGISTRY=registry.drycc.cc
10
+make test
11
+#make podman-build
12
+#podman tag registry.drycc.cc/drycc/helmbroker:canary registry.uucin.com/lijianguo/helmbroker:canary
13
+#podman push registry.uucin.com/lijianguo/helmbroker:canary
0 commit comments