mirror of
https://github.com/rajnandan1/kener.git
synced 2026-06-23 04:10:22 +00:00
34cc00a1f6
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.