generated from tyler/Generic-Template
Update
This commit is contained in:
parent
f8043e99f1
commit
279e10e0d5
@ -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:
|
||||
|
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user