new docker publish script

This commit is contained in:
Eugenio Romano
2018-01-30 15:40:51 +00:00
parent 9bd18c9770
commit a51d522807
2 changed files with 67 additions and 0 deletions

View File

@@ -294,4 +294,20 @@ Extract the i18n files from the repo and create a zip
```sh
./extract-langs.sh
```
***docker-publish.sh***
publish doker images in the selected repository
| Option | Description |
| --- | --- |
| -u or --username | username |
| -p or --password | password |
| -t or --tags | tags |
```sh
./docker-publish.sh
```