Added nginx
All checks were successful
git.cronocide.net/container-copy/pipeline/head This commit looks good
All checks were successful
git.cronocide.net/container-copy/pipeline/head This commit looks good
This commit is contained in:
parent
a18f125159
commit
f80faf2a3a
4
build.sh
4
build.sh
@ -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"
|
||||
|
Reference in New Issue
Block a user