We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0182693 commit 88ca329Copy full SHA for 88ca329
build.sh
@@ -86,7 +86,7 @@ if [[ $VERSION == "${BRANCH_VERSION:-}" && ${GITHUB_BASE_REF:-} == "" ]] ||
86
fi
87
88
# only push on tags or when manually running the script
89
- if [[ -n ${GITHUB_BASE_REF:-} || -z ${CI:-} ]]; then
+ if [[ -n ${BRANCH_VERSION:-} || -z ${CI:-} ]]; then
90
docker push "$DOCKER_REPO:$VERSION"
91
docker push "$DOCKER_REPO:$VERSION_SHORT"
92
0 commit comments