Authenticate to Docker Registry

main
Georg Krause 2019-05-28 12:54:23 +02:00
parent d01dedbad8
commit 1618edeb4f
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ services:
build:
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t registry.git.netzspielplatz.de/soundship/loopp-docker-build-env:stable .
- docker push registry.git.netzspielplatz.de/soundship/loopp-docker-build-env:stable
tags: