Try to build Docker image for Pull Requests
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Brain 2024-04-23 22:48:01 +02:00
parent 7433d25716
commit 81dcf5ebe7
Signed by: Brain
GPG Key ID: EE936E31EE3AEE7A
1 changed files with 7 additions and 0 deletions

View File

@ -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