diff --git a/.drone.yml b/.drone.yml index a33c892..578bc56 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ pipeline: docker: image: plugins/docker - repo: registry.gitlab.com/thallian/docker-synapse + repo: thallian/synapse registry: registry.gitlab.com autotag: true secrets: [ docker_username, docker_password ] diff --git a/Dockerfile b/Dockerfile index af4b743..e71904a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.gitlab.com/thallian/docker-confd-env:master +FROM thallian/confd-env:latest ENV VERSION v0.33.9