Add experimental Docker push

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge
2016-07-21 17:33:14 +02:00
parent 16e2c3b1e0
commit 2f95810fa3
2 changed files with 3 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ sudo chmod +x /usr/bin/ghr
# github release and tag
echo "Github release..."
ghr -t $GITHUB_TOKEN -u containous -r traefik --prerelease ${VERSION} dist/
ghr -t $GITHUB_TOKEN -u containous -r traefik ${VERSION} dist/
# update docs.traefik.io
echo "Generating and updating documentation..."