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