Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
#39 update docker publish script
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
  • Loading branch information
evidolob committed Feb 11, 2019
1 parent ab6b655 commit 0f0e272
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build_and_push_docker_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ if [ "$TRAVIS_EVENT_TYPE" == "cron" ]; then
if [ "$image" == "eclipse/che-theia" ]; then
docker tag ${image}:nightly ${image}:${THEIA_IMAGE_TAG}
echo y | docker push ${image}:${THEIA_IMAGE_TAG}
elif ["$image" == "eclipse/che-theia-dev"]; then
docker tag ${image}:nightly ${image}:${THEIA_IMAGE_TAG}
echo y | docker push ${image}:${THEIA_IMAGE_TAG}
else
echo y | docker push ${image}:nightly
fi
Expand Down

0 comments on commit 0f0e272

Please sign in to comment.