Fix publish.sh ARCH error (#1860)
This commit is contained in:
parent
5c304cb032
commit
85d97df583
2 changed files with 10 additions and 15 deletions
|
|
@ -21,6 +21,11 @@ source $DIR/common.sh
|
|||
echo "Login to quay.io..."
|
||||
docker login --username=$QUAY_USERNAME --password=$QUAY_PASSWORD quay.io >/dev/null 2>&1
|
||||
|
||||
if [ $# -eq "1" ]
|
||||
then
|
||||
export ARCH=$1
|
||||
fi
|
||||
|
||||
case "$COMPONENT" in
|
||||
"ingress-controller")
|
||||
$DIR/ingress-controller.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue