From 1ba685f48111052e54df18f709e32e5b2ceaacd8 Mon Sep 17 00:00:00 2001 From: Jacob McCann Date: Tue, 2 May 2017 10:20:45 -0500 Subject: [PATCH] Have tag match docker version --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ba84784..917ad07 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ pipeline: publish: image: plugins/docker repo: plugins/docker - tags: [ "latest", "1.13", "1" ] + tags: [ "latest", "17", "17.04" ] when: branch: master event: push