adjust registry name

This commit is contained in:
2020-06-30 14:49:32 +00:00
parent ce6aee6149
commit 18918ddcf4
2 changed files with 3 additions and 3 deletions

View File

@ -3,12 +3,12 @@ stages:
- dockerize - dockerize
variables: 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 HUB_IMAGE_NAME: wollud1969/mosquitto-with-auth
GO_BINARIES: go1.12.6.linux-amd64.tar.gz GO_BINARIES: go1.12.6.linux-amd64.tar.gz
build: build:
stage: build stage: build
image: registry.gitlab.com/wolutator/base-build-env:latest image: registry.hottis.de/dockerized/base-build-env:latest
tags: tags:
- hottis - hottis
- linux - linux

View File

@ -1,7 +1,7 @@
FROM debian:latest FROM debian:latest
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>" LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.gitlab.com/wolutator/mosquitto-with-auth" LABEL ImageName="registry.hottis.de/dockerized/mosquitto-with-auth"
LABEL AlternativeImageName="wollud1969/mosquitto-with-auth" LABEL AlternativeImageName="wollud1969/mosquitto-with-auth"
ARG MOSQ_USER="mosquitto" ARG MOSQ_USER="mosquitto"