From e9bd94e8607c120ce270c6f57a31abc754661215 Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Wed, 28 Feb 2018 08:23:21 -0700 Subject: [PATCH] remind myself how to publish plugin experiments --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 80f6d8b..4bbb492 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,13 @@ git push --tags ``` The repos in Dockerhub and GitHub are configured to automatically build new tags. + +# Publish experimental plugins + +``` bash +docker build \ + --tag dobbs/farm:0.14.0-frame \ + --build-arg WIKI_PACKAGE='dobbs/wiki#frame' \ + . +docker push dobbs/farm:0.14.0-frame +```