diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fbed85..b15e4ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - build variables: - IMAGE_NAME: registry.hottis.de/base-build-env + IMAGE_NAME: registry.hottis.de/dockerized/base-build-env HUB_IMAGE_NAME: wollud1969/base-build-env build: diff --git a/Dockerfile b/Dockerfile index f3415c0..278f960 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:buster LABEL Maintainer="Wolfgang Hottgenroth " -LABEL ImageName="registry.hottis.de/base-build-env" +LABEL ImageName="registry.hottis.de/dockerized/base-build-env" LABEL AlternativeImageName="wollud1969/base-build-env" ARG RELEASETOOL_URL="https://home.hottis.de/gitlab/wolutator/gitlabreleaseuploader/uploads/25ef4a3247a99a0dbaf6507dd9cba36e/GitlabReleaseTool.zip"