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