Skip to content

Commit

Permalink
Merge pull request #109 from ywk253100/220221_push_dev_1.3
Browse files Browse the repository at this point in the history
Append "-dev" suffix for the image tag of release branches
  • Loading branch information
sseago authored Feb 21, 2022
2 parents c2ea672 + 509e293 commit d236ac8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hack/docker-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,17 @@ if [[ ! -z "$TAG" ]]; then
else
echo "We're on branch $BRANCH"
VERSION="$BRANCH"
if [[ "$VERSION" == release-* ]]; then
VERSION=${VERSION}-dev
fi
fi

# Debugging info
echo "Highest tag found: $HIGHEST"
echo "BRANCH: $BRANCH"
echo "TAG: $TAG"
echo "TAG_LATEST: $TAG_LATEST"
echo "VERSION: $VERSION"

echo "Building and pushing container images."

Expand Down

0 comments on commit d236ac8

Please sign in to comment.