Update '.drone.yml'

This commit is contained in:
2021-02-26 22:35:02 -06:00
parent 6d684137af
commit 0b9c7d640f

@ -11,4 +11,4 @@ steps:
- name: Build Docker Image
image: gcr.io/kaniko-project/executor:debug
commands:
- pwd
- /kaniko/executor -f Dockerfile --destination "registry.linuxrocker.com/caddy-server:v0.0.1" --context "$PWD"