diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..0851ea5 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,16 @@ +kind: pipeline +type: docker +name: dirl + +steps: +- name: publish-container + image: plugins/docker + settings: + username: + from_secret: docker_username + password: + from_secret: docker_password + dockerfile: Dockerfile + purge: true + repo: arminfriedl/lukewarm + tags: latest diff --git a/README.md b/README.md index 3a8cb10..75920f7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://drone.friedl.net/api/badges/container/lukewarm/status.svg)](https://drone.friedl.net/container/lukewarm) + # Lukewarm and the Cool One day [Cool](https://en.wikipedia.org/wiki/Cool_(programming_language)) compiled another diff --git a/luke.png b/luke.png index eb1261b..3a6f77c 100644 Binary files a/luke.png and b/luke.png differ