Skip to content
Snippets Groups Projects
Verified Commit 9f2450b9 authored by Martin Weise's avatar Martin Weise
Browse files
parent 05fc9e05
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
......@@ -542,9 +542,9 @@ release-images:
- "echo ${CI_REGISTRY2_PASSWORD} | docker login --username ${CI_REGISTRY2_USER} --password-stdin ${CI_REGISTRY2_URL}"
- "docker buildx create --name multiarch --driver docker-container --use"
script:
- docker build ${BUILDX_ARGS} --network=host -t dbrepo-core:build --target build ./lib/java/dbrepo-core
- docker build ${BUILDX_ARGS} --network=host -t dbrepo-data-service:build --target build dbrepo-data-service
- docker build ${BUILDX_ARGS} --network=host -t dbrepo-metadata-service:build --target build dbrepo-metadata-service
- docker buildx ${BUILDX_ARGS} --network=host -t dbrepo-core:build --target build ./lib/java/dbrepo-core
- docker buildx ${BUILDX_ARGS} --network=host -t dbrepo-data-service:build --target build dbrepo-data-service
- docker buildx ${BUILDX_ARGS} --network=host -t dbrepo-metadata-service:build --target build dbrepo-metadata-service
- docker compose build -q --parallel
- 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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment