mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-01-18 16:27:25 +01:00
add maintainer
This commit is contained in:
2
.github/workflows/generate-template-json.py
vendored
2
.github/workflows/generate-template-json.py
vendored
@@ -44,7 +44,7 @@ for filename in sorted(glob.glob("composes-files/*.y*ml")):
|
||||
if re.search('# Update:', line):
|
||||
date=line[10:-1]
|
||||
if re.search('# Maintainer:', line):
|
||||
date=line[13:-1]
|
||||
maintainer=line[13:-1]
|
||||
if re.search('#%', line):
|
||||
envtemp = {}
|
||||
dataenv=line[3:-1].split(': ', 1)
|
||||
|
||||
Reference in New Issue
Block a user