Skip to content
Snippets Groups Projects
Verified Commit b3530814 authored by Norman Ziegner's avatar Norman Ziegner
Browse files

Fix docker build

parent 939286f1
No related tags found
1 merge request!121Draft: Adjust CI/CD configuration for HZDR GitLab
......@@ -69,7 +69,9 @@ test-frontend-unit-tests:
build-deploy-image:
stage: build
image: docker:19.03.1
image: docker:20.10.7
services:
- docker:20.10.7-dind
variables:
SMS_BACKEND_URL: ${STAGING_BACKEND_URL}/rdm/svm-api/v1
CV_BACKEND_URL: ${STAGING_SMS_CV_BACKEND_URL}/api/v1
......@@ -115,7 +117,9 @@ build-deploy-image:
build-deploy-image-manual:
stage: build
image: docker:19.03.1
image: docker:20.10.7
services:
- docker:20.10.7-dind
variables:
SMS_BACKEND_URL: ${STAGING_BACKEND_URL}/rdm/svm-api/v1
CV_BACKEND_URL: ${STAGING_SMS_CV_BACKEND_URL}/api/v1
......
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