ModischFabrications / CutSolver

Webservice to determine ideal cut placement on stocks

Home Page:https://cutsolver.modisch.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Build tagging

ModischFabrications opened this issue · comments

CI will skip (unnecessary) build repetition on tag pushes, but docker-meta won't handle tags otherwise as it seems.

https://github.com/ModischFabrications/CutSolver/actions

Ideally latest would follow the newest git tag and each git tag get's it's own build. I could go and allow tag pushes, but that feels crazy slow and inefficient

More precise:

  1. upload+tag every master as "master" and do "latest"/"v*" for tags found in the master branch

Seems to work as of 5a7075f , just need to port over to Frontend