diff --git a/.drone.yml b/.drone.yml index fb39fe2..abd5878 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ pipeline: docker: image: plugins/docker - repo: registry.gitlab.com/thallian/docker-murmur + repo: thallian/murmur registry: registry.gitlab.com autotag: true secrets: [ docker_username, docker_password ] diff --git a/Dockerfile b/Dockerfile index fb4b65f..8f7ca6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.gitlab.com/thallian/docker-confd-env:master +FROM thallian/confd-env:latest ENV CERT_HOME /etc/ssl/murmur