The scheduled weekly security build now bumps the patch version
(e.g. noble-1.0.2 -> noble-1.0.3) instead of appending
-security.YYYYMMDD. Each rebuild creates a proper GitHub release
with the new patch tag and pushes Docker images accordingly.
Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com>
- scheduled-build.yml: Create GitHub release after each weekly security
rebuild with date-stamped tag (e.g. noble-1.0.2-security.20260227)
- scheduled-build.yml: Add date-stamped Docker image tags alongside
existing version and codename tags
- scheduled-build.yml: Bump permissions to contents:write for release
creation
- scheduled-build.yml: Exclude security-tagged releases from base
version lookup to prevent nested tags
- main.yml: Update docker/build-push-action from v5 to v6
- scheduled-build.yml: Update docker/build-push-action from v5 to v6
- stale.yml: Remove deprecated repo-token parameter
Co-authored-by: samip5 <1703002+samip5@users.noreply.github.com>