Files
opensourcepos/.github
jekkos ca3d982dc2 fix(ci): stop stamping app version onto master and branch Docker tags (#4709)
Closes #4695

Master and PR builds were tagging every Docker image with the App.php
version (e.g. 3.4.2-master-<sha>), flooding Docker Hub with tags for
versions that were never released.

Docker tags are now scoped to the ref:
- master  → master, <sha>
- branch  → <branch>-<sha>
- semver tag → <version>, latest

Additional hardening:
- Release tag trigger restricted to three-component semver (N.N.N) so
  non-semver tags (e.g. 3.preview) no longer publish a `latest` image
- Branch names sanitized: chars outside [a-zA-Z0-9_.-] replaced with _,
  total tag truncated to stay within Docker's 128-char limit, leading
  `.` or `-` prevented
- Fixed README.md claim that master builds push a `latest` tag
2026-09-23 13:38:31 +04:00
..
2021-10-20 22:32:02 +02:00
2021-11-16 22:08:49 +01:00
2020-02-15 01:04:00 +01:00