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

Checking ageeen

parent 638ccd0a
No related branches found
No related tags found
2 merge requests!395Library,!394Grafana
This commit is part of merge request !394. Comments created here will be created in the context of that merge request.
...@@ -264,8 +264,9 @@ build-images: ...@@ -264,8 +264,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:
- docker build -q --network=host -t dbrepo-metadata-service:build --target build dbrepo-metadata-service - docker build --network=host -t dbrepo-core:build --target build ./lib/java/dbrepo-core
- docker build -q --network=host -t dbrepo-data-service:build --target build dbrepo-data-service - docker build --network=host -t dbrepo-data-service:build --target build dbrepo-data-service
- docker build --network=host -t dbrepo-metadata-service:build --target build dbrepo-metadata-service
- docker compose build -q --parallel - docker compose build -q --parallel
build-helm: build-helm:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment