Skip to content

Commit

Permalink
Merge pull request #139 from ambianic/dev
Browse files Browse the repository at this point in the history
fix: sem rel
  • Loading branch information
Ivelin Ivanov authored Nov 15, 2019
2 parents 0f9f2a9 + c112b0f commit 1388efa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ echo "RELEASE_VERSION=$RELEASE_VERSION"
echo "MAJOR=$MAJOR"
echo "MINOR=$MAJOR.$MINOR"
echo "PATCH=$PATCH"
docker login -u="$DOCKER_USER" -p="$DOCKER_PASS"
docker pull "ambianic/ambianic-edge:latest"
docker tag "ambianic/ambianic-edge:latest" "ambianic/ambianic-edge:$MAJOR"
docker push "ambianic/ambianic-edge:$MAJOR"
docker tag "ambianic/ambianic-edge:latest" "ambianic/ambianic-edge:$MAJOR.$MINOR"
Expand Down

0 comments on commit 1388efa

Please sign in to comment.