Add experimental Docker push
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
16e2c3b1e0
commit
2f95810fa3
2 changed files with 3 additions and 1 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue