We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dadcaed commit 10efc55Copy full SHA for 10efc55
hack/release-image.sh
@@ -13,7 +13,7 @@ if [[ ! -z "$QUAY_TOKEN" ]]; then
13
$docker login -u="fntlnz+travisci" -p="$QUAY_TOKEN" quay.io
14
$make image/push
15
16
- if [[ "TRAVIS_BRANCH" == "master" ]]; then
+ if [[ "$TRAVIS_BRANCH" = "master" ]]; then
17
$make image/latest
18
fi
19
0 commit comments