Added nginx
All checks were successful
git.cronocide.net/container-copy/pipeline/head This commit looks good

This commit is contained in:
Daniel Dayley 2023-10-13 00:13:50 -06:00
parent a18f125159
commit f80faf2a3a
Signed by: Cronocide
GPG Key ID: 2CB7D4B8DEB3198E

View File

@ -135,6 +135,8 @@ GIT_BRANCH=$(git branch | grep \* | cut -d ' ' -f2)
COMMIT_TAG="${IMAGE_NAME}:${GIT_COMMIT}"
LATEST_TAG="${IMAGE_NAME}:latest"
REPOS_TO_COPY=("busybox:latest git.cronocide.net/cronocide/busybox:latest")
REPOS_TO_COPY=("busybox:latest git.cronocide.net/cronocide/busybox:latest"\
"nginx:latest git.cronocide.net/cronocide/nginx:latest")
# Run specified build task
"$ACTION"