diff --git a/.drone.yml b/.drone.yml index fd25ac0..ed1c859 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ pipeline: docker: image: plugins/docker - repo: registry.gitlab.com/thallian/docker-dovecot-ldap + repo: thallian/dovecot-ldap registry: registry.gitlab.com autotag: true secrets: [ docker_username, docker_password ] diff --git a/Dockerfile b/Dockerfile index 2d873bf..8bd6ca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.gitlab.com/thallian/docker-confd-env:master +FROM thallian/confd-env:latest RUN apk add --no-cache \ dovecot \