fix ci script

This commit is contained in:
2020-06-24 19:46:02 +02:00
parent bfffd3b235
commit 5bf51b58bb

View File

@ -13,7 +13,7 @@ build:
script:
- VERSION=`cat VERSION`
- echo "Version is $VERSION"
- docker build --tag registry.home.de/wolutator/homepage:latest --tag registry.hottis.de/wolutator/homepage:$VERSION .
- docker build --tag registry.hottis.de/wolutator/homepage:latest --tag registry.hottis.de/wolutator/homepage:$VERSION .
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
- docker push registry.hottis.de/wolutator/homepage:latest
- docker push registry.hottis.de/wolutator/homepage:$VERSION