Update '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build encountered an error

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

View File

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