diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bba68e3..2ef47e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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