Skip to content
Snippets Groups Projects
Verified Commit 50cd401c authored by Martin Weise's avatar Martin Weise
Browse files
parent c2a3198d
No related branches found
No related tags found
5 merge requests!422Fixed a library issue where the value could not be empty,!421Fixed a library issue where the value could not be empty,!419Fixed a library issue where the value could not be empty,!412Fixed a library issue where the value could not be empty,!410Fixed a library issue where the value could not be empty
...@@ -540,9 +540,9 @@ release-images: ...@@ -540,9 +540,9 @@ release-images:
- "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin ${CI_REGISTRY2_URL}" - "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin ${CI_REGISTRY2_URL}"
- "docker buildx create --name multiarch --driver docker-container --use" - "docker buildx create --name multiarch --driver docker-container --use"
script: script:
- docker buildx -t dbrepo-core:build --target build ./lib/java/dbrepo-core - docker buildx build -t dbrepo-core:build --target build ./lib/java/dbrepo-core
- docker buildx -t dbrepo-data-service:build --target build dbrepo-data-service - docker buildx build -t dbrepo-data-service:build --target build dbrepo-data-service
- docker buildx -t dbrepo-metadata-service:build --target build dbrepo-metadata-service - docker buildx build -t dbrepo-metadata-service:build --target build dbrepo-metadata-service
- docker compose build -q --parallel - docker compose build -q --parallel
- docker tag dbrepo-analyse-service:latest "${CI_REGISTRY2_URL}/analyse-service:${APP_VERSION}${BUILD_VERSION}" - docker tag dbrepo-analyse-service:latest "${CI_REGISTRY2_URL}/analyse-service:${APP_VERSION}${BUILD_VERSION}"
- docker tag dbrepo-auth-service-init:latest "${CI_REGISTRY2_URL}/auth-service-init:${APP_VERSION}${BUILD_VERSION}" - docker tag dbrepo-auth-service-init:latest "${CI_REGISTRY2_URL}/auth-service-init:${APP_VERSION}${BUILD_VERSION}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment