Skip to content
Snippets Groups Projects
Commit ba5ee993 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: path for docker build

parent 76122225
No related branches found
No related tags found
No related merge requests found
......@@ -83,8 +83,8 @@ build-testenv:
-t $CI_REGISTRY_IMAGE .
- docker push $CI_REGISTRY_IMAGE
- docker save $CI_REGISTRY_IMAGE > /image-cache/caosdb-advanced-testenv.tar
- cd .docker-base
- docker build
--file .docker-base/Dockerfile
-t $CI_REGISTRY_IMAGE_BASE .
- docker push $CI_REGISTRY_IMAGE_BASE
......
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