This commit is contained in:
John
2021-11-10 23:15:38 +01:00
parent c113ebf2cd
commit ddfc34f01a
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/bash
if [[ -z "$1" ]]; then
if [[ "$1" == "-h" ]]; then
echo "usage: $0 [release|UPLOADHOST]"
echo " without arguments: build and push devel docker images"
echo " release: build and push release docker images from latest release binaries"