Skip to content

Commit 10efc55

Browse files
committed
fix(ci): fix branch name
Signed-off-by: Lorenzo Fontana <[email protected]>
1 parent dadcaed commit 10efc55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/release-image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ ! -z "$QUAY_TOKEN" ]]; then
1313
$docker login -u="fntlnz+travisci" -p="$QUAY_TOKEN" quay.io
1414
$make image/push
1515

16-
if [[ "TRAVIS_BRANCH" == "master" ]]; then
16+
if [[ "$TRAVIS_BRANCH" = "master" ]]; then
1717
$make image/latest
1818
fi
1919
fi

0 commit comments

Comments
 (0)