diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index c650ef9..0000000 --- a/.drone.yml +++ /dev/null @@ -1,2 +0,0 @@ -kind: template -load: docker-multiarch.yaml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..0dbda60 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,13 @@ +pipeline: + docker: + image: plugins/kaniko + settings: + repo: harbor.k-space.ee/${CI_REPO} + registry: harbor.k-space.ee + tags: latest + username: + from_secret: docker_username + password: + from_secret: docker_password + when: + branch: master