Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
[BUA-960] Tagging Selenium 3 release as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Mar 7, 2017
1 parent 992245f commit 51a8ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ -n "${TRAVIS_TAG}" ] && [ "${TRAVIS
if [[ "${TRAVIS_TAG}" == "3."* ]]; then
echo "Marking image with Selenium 3 as as zalenium:3..."
docker tag zalenium:${TRAVIS_TAG} dosel/zalenium:3
docker tag zalenium:${TRAVIS_TAG} dosel/zalenium:latest
docker push dosel/zalenium:latest
docker push dosel/zalenium:3
else
docker tag zalenium:${TRAVIS_TAG} dosel/zalenium:latest
docker tag zalenium:${TRAVIS_TAG} dosel/zalenium:2
docker push dosel/zalenium:2
fi
Expand Down

0 comments on commit 51a8ae9

Please sign in to comment.