Skip to content
Snippets Groups Projects
Commit aa768d3c authored by calrama's avatar calrama
Browse files

Do not automatically pull latest windows1809 image

parent 40cd4632
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ build windows-1809:
- Copy-Item 'C:/Windows/System32/ddraw.dll' 'windows1809/ddraw.dll'
- Copy-Item 'C:/Windows/System32/nvcuda.dll' 'windows1809/nvcuda.dll'
script:
- docker build --isolation process --memory 2G --pull -t "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower()):base-windows1809" windows1809/base
- docker build --isolation process --memory 2G -t "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower()):base-windows1809" windows1809/base
- docker push "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower()):base-windows1809"
- docker build --isolation process --memory 15G -t "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower()):devel-windows1809" -f windows1809/devel/Dockerfile windows1809
- docker push "${CI_REGISTRY}/$(${CI_PROJECT_PATH}.toLower()):devel-windows1809"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment