mirror of
https://github.com/rajnandan1/kener.git
synced 2026-01-09 11:02:22 -06:00
Simplified Docker tagging - in turn fixes broken `alpine` tag to correctly point to latest stable Alpine release. Changes include: - No more type=ref,event=branch – because this workflow is only for releases & manual triggers on `main` branch. - Ensures `alpine` tag is always created for Alpine variant builds. - Ensures `latest` tag is always created for Debian builds. - Ensures all semver-based tags work correctly for both variants.