forked from Conjure-Tools/unity-runner
updated readme generation
This commit is contained in:
parent
a7fbe67e26
commit
2212e751ee
@ -2,12 +2,14 @@ name: Update README with Docker Images
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *' # Run daily at midnight
|
- cron: '0 0 * * *' # Run daily at midnight
|
||||||
workflow_dispatch: # Allow manual triggering
|
workflow_dispatch: # Allow manual triggering
|
||||||
workflow_run:
|
workflow_run: # Trigger from images
|
||||||
workflows: ["Create Images"]
|
workflows:
|
||||||
|
- Create Images
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-readme:
|
update-readme:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@ -104,7 +104,7 @@ def main():
|
|||||||
|
|
||||||
versions={}
|
versions={}
|
||||||
|
|
||||||
pattern = re.compile(r"(\w+)-(\d+\.\d+\.\d+\w*)-(\w+)-runner")
|
pattern = re.compile(r"(\w+)-(\d+\.\d+\.\d+\w*)-(\w+)(-mono|-il2cpp)?-runner")
|
||||||
for tag in tags:
|
for tag in tags:
|
||||||
matches = pattern.match(tag)
|
matches = pattern.match(tag)
|
||||||
if matches:
|
if matches:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user