Skip to content

Commit

Permalink
Merge pull request #7 from quobyte/fix_issue_4
Browse files Browse the repository at this point in the history
Push release tags to github
  • Loading branch information
venkatsc authored May 10, 2024
2 parents 6ae3a2c + 2070024 commit fe6b42f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ container_build_and_push(){
if [[ -z "${VERSION}" || "{$VERSION}" == *\ * ]]; then
echo "FAILURE: ${VERSION} is not a valid version string. Version must not be empty or should not contain any spaces"
fi
git tag "${VERSION}"
git push origin master --tags
IMAGE="${CONTAINER_URL_BASE}:${VERSION}"
echo "Building docker image and push to ${IMAGE}"
sudo docker build -t quobyte-csi -f Dockerfile .
Expand Down

0 comments on commit fe6b42f

Please sign in to comment.