Skip to content
Snippets Groups Projects
Verified Commit d5700647 authored by Martin Weise's avatar Martin Weise
Browse files

Something wrong with build-images

parent c121f3eb
No related branches found
No related tags found
1 merge request!388WIP
...@@ -232,7 +232,9 @@ build-images: ...@@ -232,7 +232,9 @@ build-images:
- "apk add --no-cache make" - "apk add --no-cache make"
- echo "$CI_REGISTRY_PASSWORD" | docker login --username "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY_URL - echo "$CI_REGISTRY_PASSWORD" | docker login --username "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY_URL
script: script:
- "make build-images" - docker build -q --network=host -t dbrepo-metadata-service:build --target build dbrepo-metadata-service
- docker build -q --network=host -t dbrepo-data-service:build --target build dbrepo-data-service
- docker compose build -q --parallel
build-helm: build-helm:
image: docker.io/docker:${DOCKER_VERSION}-dind image: docker.io/docker:${DOCKER_VERSION}-dind
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment