remind myself how to publish plugin experiments

This commit is contained in:
Eric Dobbs 2018-02-28 08:23:21 -07:00
parent b0be20f5f3
commit e9bd94e860
1 changed files with 10 additions and 0 deletions

View File

@ -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
```