Skip to content

Commit

Permalink
fix(ci): fix branch name
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Fontana <[email protected]>
  • Loading branch information
fntlnz committed Dec 29, 2018
1 parent dadcaed commit 10efc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10efc55

Please sign in to comment.