diff --git a/.drone.yml b/.drone.yml index 30dedcb..8c57efd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,4 +11,4 @@ steps: - name: Build Docker Image image: gcr.io/kaniko-project/executor:debug commands: - - pwd \ No newline at end of file + - /kaniko/executor -f Dockerfile --destination "registry.linuxrocker.com/caddy-server:v0.0.1" --context "$PWD" \ No newline at end of file