Add '.drone.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jack Hadrill 2022-08-27 16:44:14 +00:00
parent 5465cb68bf
commit e6be11e42c
1 changed files with 16 additions and 0 deletions

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
kind: pipeline
type: docker
name: build
steps:
- name: push
image: plugins/docker
when:
branch:
- main
settings:
dockerfile: Dockerfile
repo: git.jacknet.io/jackhadrill/code-server
username: jackhadrill
password:
from_secret: password
registry: git.jacknet.io