Skip to content
Snippets Groups Projects
Commit effdad61 authored by Riße, Matthias's avatar Riße, Matthias Committed by Riße, Matthias
Browse files

Fix Dockerfile location for latest version

parent 9d65fabc
No related branches found
No related tags found
No related merge requests found
Pipeline #87368 failed
......@@ -26,7 +26,7 @@ docker build:
- echo "$CI_REGISTRY_PASSWORD" | buildah login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
script:
- buildah images
- buildah build -f docker/Dockerfile -t $FQ_IMAGE_NAME --build-arg=with_models=true
- buildah build -f Dockerfile -t $FQ_IMAGE_NAME --build-arg=with_models=true
- buildah images
- buildah push $FQ_IMAGE_NAME
- buildah push $FQ_IMAGE_NAME $CI_REGISTRY_IMAGE:latest
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