Added postgres:15
This commit is contained in:
parent
7aaad62433
commit
4558728b88
3
build.sh
3
build.sh
@ -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"
|
||||
|
Reference in New Issue
Block a user