diff --git a/.drone.yml b/.drone.yml index c008511..675de0b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,13 @@ steps: commands: - npm ci - npm run lint + - name: docker-build + image: plugins/docker + settings: + registry: git.wtf-eg.de + repo: git.wtf-eg.de/kompetenzinventar/frontend + target: ki-frontend + dry_run: true --- kind: pipeline