diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..908fb47 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,20 @@ +--- +kind: pipeline +name: linux-amd64 + +platform: + os: linux + arch: amd64 + +steps: +- name: publish_image + image: plugins/docker + settings: + auto_tag: true + auto_tag_suffix: linux-amd64 + dockerfile: Dockerfile + username: + from_secret: docker_username + password: + from_secret: docker_password + repo: alexphillips/wikijs