This commit is contained in:
Tyler Perkins 2024-04-07 14:36:26 -04:00
parent f8043e99f1
commit 279e10e0d5
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ steps:
image: plugins/docker image: plugins/docker
settings: settings:
repo: git.clortox.com/infrastructure/gluttony-cluster-postgresql repo: git.clortox.com/infrastructure/gluttony-cluster-postgresql
registry: git.clortox.com #registry: git.clortox.com
username: username:
from_secret: gitea_docker_username from_secret: gitea_docker_username
password: password:

View File

@ -1,5 +1,5 @@
# Build container # 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 # Update package lists and install necessary packages in the build container
RUN apt-get update && \ RUN apt-get update && \