Skip to content

Commit

Permalink
Add docker latest tag for staging releases (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague authored Jul 5, 2019
1 parent ed5253d commit f1fc7d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ if [ "$MODE" = "PRERELEASE" ]; then
# Tag with minor version and staging
docker tag lynckia/licode:${SHORT_GIT_HASH} lynckia/licode:${NEXT_PRERELEASE_NAME}
docker tag lynckia/licode:${SHORT_GIT_HASH} lynckia/licode:staging
docker tag lynckia/licode:${SHORT_GIT_HASH} lynckia/licode:latest
docker push lynckia/licode:${NEXT_PRERELEASE_NAME}
docker push lynckia/licode:staging
docker push lynckia/licode:latest

LOGS=`git log $PREVIOUS_VERSION..$COMMIT --oneline | perl -p -e 's/\n/\\\\n/' | sed -e s/\"//g`
DESCRIPTION="### Detailed PR List:\\n$LOGS"
Expand Down

0 comments on commit f1fc7d2

Please sign in to comment.