diff --git a/.drone.yml b/.drone.yml index 67a92cd..51e5962 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ pipeline: docker: image: plugins/docker - repo: registry.gitlab.com/thallian/docker-postgres + repo: thallian/postgres registry: registry.gitlab.com autotag: true secrets: [ docker_username, docker_password ] diff --git a/Dockerfile b/Dockerfile index eb39034..369f3eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.gitlab.com/thallian/docker-confd-env:master +FROM thallian/confd-env:latest ENV PGDATA /var/lib/postgresql/data