helm/code-ssh/build.sh
2022-08-15 08:29:50 +08:00

4 lines
90 B
Bash
Executable File

#!/bin/sh
docker build -t tonychee7000/code-ssh:$1 .
docker push tonychee7000/code-ssh:$1