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:19 -04:00
parent 63535f934d
commit ec45752306
3 changed files with 6 additions and 5 deletions

View File

@@ -506,7 +506,7 @@ def main():
sponsors = re.search("\[([\"\w\s,_-]+)\]", line).group(1)
sponsors = [s.strip("\"") for s in sponsors.split(",")]
text = compile(service, version, variable, alias, image, scheme, ports, sponsors, unimplemented, "0.12.x+")
text = compile(service, version, variable, alias, image, scheme, ports, sponsors, unimplemented, "0.19.x+")
base_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
readme_file = os.path.join(base_path, "README.md")