Skip to content

Commit 4caa5b3

Browse files
committed
Update image tags
1 parent 250e4f6 commit 4caa5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ git push
5656

5757
# Trigger docker image build with new phar
5858
if [[ "$TRAVIS_BRANCH" == "develop-v4" ]]; then
59-
curl -H "Content-Type: application/json" --data '{"docker_tag": "nightly"}' -X POST https://registry.hub.docker.com/u/easyengine/base/trigger/"$DOCKER_BUILD_TOKEN"/
60-
else
6159
curl -H "Content-Type: application/json" --data '{"docker_tag": "latest"}' -X POST https://registry.hub.docker.com/u/easyengine/base/trigger/"$DOCKER_BUILD_TOKEN"/
60+
else
61+
curl -H "Content-Type: application/json" --data '{"docker_tag": "stable"}' -X POST https://registry.hub.docker.com/u/easyengine/base/trigger/"$DOCKER_BUILD_TOKEN"/
6262
fi

0 commit comments

Comments
 (0)