Attempt to add (and use) container registry.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Helfman 2022-07-31 22:45:44 -07:00
parent 8767b535b4
commit 34c00df1fa
1 changed files with 24 additions and 0 deletions

24
.drone.yml Normal file
View File

@ -0,0 +1,24 @@
kind: pipeline
name: documentation
clone:
skip_verify: true
steps:
- name: build
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: projects.torsion.org/witten/wake-on-lan-service
dockerfile: Dockerfile
trigger:
repo:
- witten/wake-on-lan-service
branch:
- master
event:
- push