Added postgres:15

This commit is contained in:
Daniel Dayley 2023-11-13 12:44:58 -07:00
parent 7aaad62433
commit 4558728b88
Signed by: Cronocide
GPG Key ID: 2CB7D4B8DEB3198E

View File

@ -137,7 +137,8 @@ COMMIT_TAG="${IMAGE_NAME}:${GIT_COMMIT}"
LATEST_TAG="${IMAGE_NAME}:latest"
REPOS_TO_COPY=("busybox:latest git.cronocide.net/cronocide/busybox:latest" \
"nginx:latest git.cronocide.net/cronocide/nginx:latest")
"nginx:latest git.cronocide.net/cronocide/nginx:latest" \
"postgres:15 git.cronocide.net/cronocide/postgres:15")
# Run specified build task
"$ACTION"