fix ci script

This commit is contained in:
Wolfgang Hottgenroth 2019-02-16 18:09:52 +01:00
parent 953f92711c
commit cf9c04e211
Signed by: wn
GPG Key ID: B586EAFCDF2F65F4

View File

@ -11,7 +11,7 @@ build:
- linux
- docker
script:
- version=`cat VERSION`
- VERSION=`cat VERSION`
- echo "Version is $VERSION"
- docker build --tag registry.gitlab.com/wolutator/homepage:latest --tag registry.gitlab.com/wolutator/homepage:$VERSION .
- docker push registry.gitlab.com/wolutator/homepage:latest