Fix Pipeline for external devs

This commit is contained in:
Georg Krause 2021-06-17 12:02:14 +02:00
parent e38d0a376b
commit 0864458235
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/$IMAGE .
- docker push $CI_REGISTRY/$IMAGE
- docker build -t $CI_REGISTRY_NAME .
- docker push $CI_REGISTRY_NAME
tags:
- docker-build