fix: CI: use the right image to publish bins
This commit is contained in:
parent
87f39721c9
commit
abe3cf1dac
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ FILENAME="$NAME-$2-linux-amd64"
|
||||||
TARBALL=$FILENAME.tar.gz
|
TARBALL=$FILENAME.tar.gz
|
||||||
TARGET_DIR="$TMP_DIR/$FILENAME/"
|
TARGET_DIR="$TMP_DIR/$FILENAME/"
|
||||||
mkdir -p $TARGET_DIR
|
mkdir -p $TARGET_DIR
|
||||||
DOCKER_IMG="realaravinth/pages:$3"
|
DOCKER_IMG="realaravinth/librepages:$3"
|
||||||
|
|
||||||
|
|
||||||
get_bin(){
|
get_bin(){
|
||||||
|
|
Loading…
Add table
Reference in a new issue