Add Dind-Service

This commit is contained in:
Georg Krause 2021-09-09 17:11:59 +02:00
parent d64a4c8030
commit dbcc430813
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 2 additions and 0 deletions

View File

@ -246,6 +246,8 @@ pages:
docker_release: docker_release:
stage: deploy stage: deploy
image: docker:20 image: docker:20
services:
- docker:20-dind
before_script: before_script:
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD - docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
- cp -r front/dist api/frontend - cp -r front/dist api/frontend