diff --git a/.drone.yml b/.drone.yml index 50c9dd6de1707dadf5f055f8d13a839bc627f884..5a9661d3bea011621f71a32392f20659137334b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,15 +1,12 @@ kind: pipeline -type: docker -name: hello-world - -trigger: - branch: - - main - event: - - push +name: default steps: - - name: say-hello - image: busybox - commands: - - echo "Hello World!" \ No newline at end of file +- name: docker + image: plugins/docker + settings: + username: test + password: test + repo: andrej/test + tags: + - latest