Skip to content
Snippets Groups Projects
Commit 46abca85 authored by Andrea Ceccanti's avatar Andrea Ceccanti
Browse files

ci: fix broken docker build

parent a308a577
No related branches found
No related tags found
No related merge requests found
Pipeline #13956 passed
......@@ -66,7 +66,7 @@ docker-build:
dependencies:
- build-no-debug
script:
- cp openresty-no-debug.tar.gz ${CI_PROJECT_DIR}/docker && cd ${CI_PROJECT_DIR}/docker && sh build-image.sh
- cp openresty-no-debug.tar.gz ${CI_PROJECT_DIR}/docker/openresty.tar.gz && cd ${CI_PROJECT_DIR}/docker && sh build-image.sh
- docker tag storm2/ngx-voms:latest ${CI_REGISTRY_IMAGE}/ngx-voms:${CI_COMMIT_SHA:0:8}
- docker login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
- docker push ${CI_REGISTRY_IMAGE}/ngx-voms:${CI_COMMIT_SHA:0:8}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment