diff --git a/hack/release-image.sh b/hack/release-image.sh index 1e3ec132..19e21d36 100755 --- a/hack/release-image.sh +++ b/hack/release-image.sh @@ -13,7 +13,7 @@ if [[ ! -z "$QUAY_TOKEN" ]]; then $docker login -u="fntlnz+travisci" -p="$QUAY_TOKEN" quay.io $make image/push - if [[ "TRAVIS_BRANCH" == "master" ]]; then + if [[ "$TRAVIS_BRANCH" = "master" ]]; then $make image/latest fi fi