diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c04838e..1fb9f76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,12 +3,12 @@ stages: - dockerize variables: - IMAGE_NAME: registry.gitlab.com/wolutator/mosquitto-with-auth + IMAGE_NAME: registry.hottis.de/dockerized/mosquitto-with-auth HUB_IMAGE_NAME: wollud1969/mosquitto-with-auth GO_BINARIES: go1.12.6.linux-amd64.tar.gz build: stage: build - image: registry.gitlab.com/wolutator/base-build-env:latest + image: registry.hottis.de/dockerized/base-build-env:latest tags: - hottis - linux diff --git a/Dockerfile b/Dockerfile index fd81b2e..7b0f5ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM debian:latest LABEL Maintainer="Wolfgang Hottgenroth " -LABEL ImageName="registry.gitlab.com/wolutator/mosquitto-with-auth" +LABEL ImageName="registry.hottis.de/dockerized/mosquitto-with-auth" LABEL AlternativeImageName="wollud1969/mosquitto-with-auth" ARG MOSQ_USER="mosquitto"