add workspace and image pull secrets for drone
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b76d7430b3
commit
d6cfd6ed29
@ -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
|
Loading…
Reference in New Issue
Block a user