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
|
@ -21,5 +21,7 @@ echo "Updating docker containous/traefik image..."
|
|||
docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
|
||||
docker tag containous/traefik containous/traefik:pr-${PR}
|
||||
docker push containous/traefik:pr-${PR}
|
||||
docker tag containous/traefik containous/traefik:experimental
|
||||
docker push containous/traefik:experimental
|
||||
|
||||
echo "Deployed"
|
||||
|
|
|
@ -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…
Reference in a new issue