Skip to content
Snippets Groups Projects
Commit e7a97d83 authored by jan.bednarik's avatar jan.bednarik
Browse files

CI: Make unnecessary nginx build manual to speedup builds

parent 665b8fc8
No related branches found
No related tags found
1 merge request!27CI: Make unnecessary nginx build manual to speedup builds
Pipeline #650 canceled
...@@ -20,6 +20,7 @@ build_app: ...@@ -20,6 +20,7 @@ build_app:
build_nginx: build_nginx:
stage: build stage: build
when: manual
script: script:
- docker pull $CI_REGISTRY_IMAGE:master-nginx || true - docker pull $CI_REGISTRY_IMAGE:master-nginx || true
- docker build --cache-from $CI_REGISTRY_IMAGE:master-nginx -t $IMAGE_TAG_NGINX . -f Dockerfile.nginx - docker build --cache-from $CI_REGISTRY_IMAGE:master-nginx -t $IMAGE_TAG_NGINX . -f Dockerfile.nginx
......
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