Skip to content

Commit 88ca329

Browse files
Push base version on incremental tags
1 parent 0182693 commit 88ca329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if [[ $VERSION == "${BRANCH_VERSION:-}" && ${GITHUB_BASE_REF:-} == "" ]] ||
8686
fi
8787

8888
# only push on tags or when manually running the script
89-
if [[ -n ${GITHUB_BASE_REF:-} || -z ${CI:-} ]]; then
89+
if [[ -n ${BRANCH_VERSION:-} || -z ${CI:-} ]]; then
9090
docker push "$DOCKER_REPO:$VERSION"
9191
docker push "$DOCKER_REPO:$VERSION_SHORT"
9292
fi

0 commit comments

Comments
 (0)