Build in official docker image

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

View File

@ -245,7 +245,7 @@ pages:
docker_release:
stage: deploy
image: egon0/docker-with-buildx-and-git
image: docker:20
before_script:
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
- cp -r front/dist api/frontend