From 64d3ac0a7ad50b79360651901ee97d8f055f9706 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Wed, 12 Feb 2020 17:04:29 +0100 Subject: [PATCH] Trying this drone thingie Signed-off-by: Martyn Ranyard --- drone.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 drone.yaml diff --git a/drone.yaml b/drone.yaml new file mode 100644 index 0000000..3844c99 --- /dev/null +++ b/drone.yaml @@ -0,0 +1,19 @@ +kind: pipeline +type: docker +name: linux-amd64 + +platform: + arch: amd64 + os: linux + +steps: + name: publish + image: plugins/docker:18 + settings: + auto_tag: true + auto_tag_suffix: linux-amd64 + dockerfile: Dockerfile + when: + event: + - push + - tag