From 4d112429f5df0495891c1c762860b4d98ea3f8ed Mon Sep 17 00:00:00 2001 From: Paul Voss Date: Sat, 13 Aug 2016 13:20:23 +0200 Subject: [PATCH] try context var --- .drone.yml | 3 ++- Dockerfile.alpine-3 => alpine-3/Dockerfile | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename Dockerfile.alpine-3 => alpine-3/Dockerfile (100%) diff --git a/.drone.yml b/.drone.yml index 3427c44..98a954a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,8 @@ publish: username: $$REGISTRY_USERNAME password: $$REGISTRY_PASSWORD email: $$REGISTRY_EMAIL - file: Dockerfile.$$OS + #file: Dockerfile.$$OS + context: $$OS load: image.tar save: destination: image.tar diff --git a/Dockerfile.alpine-3 b/alpine-3/Dockerfile similarity index 100% rename from Dockerfile.alpine-3 rename to alpine-3/Dockerfile