fix: docker container name in publish script
This commit is contained in:
parent
83035ae0e0
commit
418c53bc14
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ FILENAME="$NAME-$2-linux-amd64"
|
|||
TARBALL=$FILENAME.tar.gz
|
||||
TARGET_DIR="$TMP_DIR/$FILENAME/"
|
||||
mkdir -p $TARGET_DIR
|
||||
DOCKER_IMG="realaravinth/$NAME:$3"
|
||||
DOCKER_IMG="realaravinth/pages:$3"
|
||||
|
||||
|
||||
get_bin(){
|
||||
|
|
Loading…
Reference in a new issue