From 515c41f43d5dafa9b378cebbd290a653008e931b Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 10 Jun 2020 02:25:31 +0200 Subject: [PATCH] adjust image name --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"