chore: update min dokku version and only test push on master branch

This commit is contained in:
Jose Diaz-Gonzalez
2021-04-24 13:57:18 -04:00
parent 5c484f96f2
commit d932f241b0
3 changed files with 6 additions and 5 deletions

View File

@@ -4,13 +4,13 @@ Official mysql plugin for dokku. Currently defaults to installing [mysql 5.7.28]
## Requirements
- dokku 0.12.x+
- dokku 0.19.x+
- docker 1.8.x
## Installation
```shell
# on 0.12.x+
# on 0.19.x+
sudo dokku plugin:install https://github.com/dokku/dokku-mysql.git mysql
```
@@ -653,4 +653,4 @@ dokku mysql:backup-unschedule lolipop
If you wish to disable the `docker pull` calls that the plugin triggers, you may set the `MYSQL_DISABLE_PULL` environment variable to `true`. Once disabled, you will need to pull the service image you wish to deploy as shown in the `stderr` output.
Please ensure the proper images are in place when `docker pull` is disabled.
Please ensure the proper images are in place when `docker pull` is disabled.