diff --git a/.drone.yml b/.drone.yml index 7c57fa6..7676ccd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,12 @@ kind: pipeline type: docker name: build_webseite +workspace: + path: /workspace + steps: - name: build image: registry.wtf-eg.net/lektor + +image_pull_secrets: + - dockerconfig \ No newline at end of file