+15
−7
Loading
* Initial plan * feat: adjust Docker workflow for tag-based releases and weekly edge builds - Trigger Docker builds on version tags (v*) instead of every main branch push - Add weekly scheduled build (Sundays at 00:00 UTC) for edge images - Configure proper image tagging: - Semver tags (version, major.minor, major) for tag pushes - 'latest' tag for version tag releases - 'edge' tag for scheduled/manual builds - Ensure scheduled builds checkout main branch - Update skip-check to handle scheduled and tag-based builds correctly Co-authored-by:Nugine <30099658+Nugine@users.noreply.github.com> * refactor: improve Docker workflow clarity and correctness - Simplify skip-check logic to only skip duplicates for workflow_dispatch - Add explicit ref handling for scheduled builds vs other triggers - Enable semver tag patterns conditionally only for version tags - Remove redundant event_name check for latest tag Co-authored-by:
Nugine <30099658+Nugine@users.noreply.github.com> --------- Co-authored-by:
copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by:
Nugine <30099658+Nugine@users.noreply.github.com> Co-authored-by:
Nugine <nugine@foxmail.com>