This commit is contained in:
Georg Krause 2021-06-17 12:06:30 +02:00
parent 0864458235
commit 7ab4d760c1
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 2 additions and 2 deletions

View File

@ -209,8 +209,8 @@ build_backend:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
script:
- cd api
- docker build -t $CI_REGISTRY_NAME .
- docker push $CI_REGISTRY_NAME
- docker build -t $CI_REGISTRY_IMAGE .
- docker push $CI_REGISTRY_IMAGE
tags:
- docker-build