helm/code-ssh/build.sh

4 lines
90 B
Bash
Raw Normal View History

2022-08-15 00:29:50 +00:00
#!/bin/sh
docker build -t tonychee7000/code-ssh:$1 .
docker push tonychee7000/code-ssh:$1