Skip to content

Move local GitHub actions to kernelkit/actions repo#1448

Merged
mattiaswal merged 1 commit intov26.02.xfrom
cand/v26.02.x
Mar 16, 2026
Merged

Move local GitHub actions to kernelkit/actions repo#1448
mattiaswal merged 1 commit intov26.02.xfrom
cand/v26.02.x

Conversation

@troglobit
Copy link
Contributor

Description

Cherry picked and verified on from origin/main.

[skip ci]

Checklist

Tick relevant boxes, this PR is-a or has-a:

  • Bugfix
    • Regression tests
    • ChangeLog updates (for next release)
  • Feature
    • YANG model change => revision updated?
    • Regression tests added?
    • ChangeLog updates (for next release)
    • Documentation added?
  • Test changes
    • Checked in changed Readme.adoc (make test-spec)
    • Added new test to group Readme.adoc and yaml file
  • Code style update (formatting, renaming)
  • Refactoring (please detail in commit messages)
  • Build related changes
  • Documentation content changes
    • ChangeLog updated (for major changes)
  • Other (please describe): devops

Fixes a regression from 0c11cea where local composite actions
(.github/actions/) were referenced with relative paths. When spins
reuse our reusable workflows, GitHub resolves relative action paths
in the context of the calling repo, not infix — breaking the build.

Replace all uses of ./.github/actions/{cache-restore,podman-cleanup}
with kernelkit/actions/{cache-restore,podman-cleanup}@v1 (new repo).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@troglobit troglobit requested a review from mattiaswal March 16, 2026 15:03
@mattiaswal mattiaswal merged commit 1cc84e9 into v26.02.x Mar 16, 2026
3 of 5 checks passed
@mattiaswal mattiaswal deleted the cand/v26.02.x branch March 16, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants