filename typo
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Rik Berkelder 2025-02-13 22:09:07 +01:00
parent 44412a4850
commit 546fa68321

19
.drone.yml Normal file
View file

@ -0,0 +1,19 @@
kind: pipeline
name: build
trigger:
event:
- push
steps:
- name: docker
image: plugins/docker
settings:
registry: git.riksolo.com
username: riksolo
repo: git.riksolo.com/${DRONE_REPO}
tags:
- latest
- ${DRONE_COMMIT}
password:
from_secret: dockertoken