Fix Build tagging
ModischFabrications opened this issue · 4 comments
ModischFabrications commented
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
ModischFabrications commented
More precise:
- upload+tag every master as "master" and do "latest"/"v*" for tags found in the master branch
ModischFabrications commented
ModischFabrications commented
ModischFabrications commented
Seems to work as of 5a7075f , just need to port over to Frontend