diff --git a/.drone.yml b/.drone.yml index e65382e..13cac39 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: plugins/docker settings: repo: git.clortox.com/infrastructure/gluttony-cluster-postgresql - registry: git.clortox.com + #registry: git.clortox.com username: from_secret: gitea_docker_username password: diff --git a/Dockerfile b/Dockerfile index d612fd8..05f171a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build container -FROM debian:bullseye-slim as builder +FROM docker.io/debian:bullseye-slim as builder # Update package lists and install necessary packages in the build container RUN apt-get update && \