diff --git a/.drone.yml b/.drone.yml index a6e8830..a8c98f8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,5 @@ kind: pipeline -type: exec +type: docker name: default platform: @@ -8,5 +8,6 @@ platform: steps: - name: greeting + image: hello-world:1 commands: - echo hello world