fix: handle existing git tags and use DOCKER_LOGIN/DOCKER_PASSWORD secrets

This commit is contained in:
2026-03-31 19:58:43 -07:00
parent 9768ff3517
commit c9cd00a055
4 changed files with 45 additions and 9 deletions
+19
View File
@@ -1,3 +1,22 @@
## [0.1.2] - 2026-04-01
### Patch Changes
- fix: handle Docker registry authentication gracefully in release workflow
- fix: run unit tests on branch commits, skip main branch
- feat: add test workflow for every commit
- trigger: release with test-capable image
- feat: build test-capable image, run tests, then build production image
- trigger: release workflow
- fix: release workflow should not commit, only tag
- trigger: manual workflow trigger for docker.notsosm.art
- fix: update Docker build script to use docker.notsosm.art registry
- fix: update workflow to use docker.notsosm.art registry
- trigger: manual workflow trigger
- fix: update workflow to use correct Docker registries
- feat: add Gitea Actions release workflow
- feat: add view match link to admin matches page
## [0.1.1] - 2026-04-01
### Patch Changes