chore(tvheadend): move from porting/ to apps/#2258
chore(tvheadend): move from porting/ to apps/#2258Crow-Control wants to merge 5 commits intomainfrom
Conversation
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
5f46d3a to
5f6f210
Compare
|
@claude[agent] Fix this |
The app-builder workflow was referencing ./docker-bake.hcl from the repository root,
but each app has its own docker-bake.hcl in apps/<app>/. This caused the build to fail
with "patches: not found" because the context wasn't set correctly.
Changed the workflow to reference ./apps/${{ inputs.app }}/docker-bake.hcl which correctly
resolves the docker-bake.hcl file for each app and sets the proper build context.
Agent-Logs-Url: https://github.com/trueforge-org/containerforge/sessions/7b3e701f-21aa-4e1a-bad2-1fbe3dc1ff40
Co-authored-by: Crow-Control <7613738+Crow-Control@users.noreply.github.com>
|
|
Co-authored-by: Crow-Control <7613738+Crow-Control@users.noreply.github.com>
Fixed in 2c878ba. The CI was failing because the app-builder workflow was looking for The workflow now correctly references each app's docker-bake.hcl file. The workflow run needs manual approval since it modifies workflow files - once approved, the tvheadend build should succeed. |
Co-authored-by: Crow-Control <7613738+Crow-Control@users.noreply.github.com>
Moves the tvheadend container from
porting/toapps/.No file content changes — pure
git mv. Validated withdocker buildx bake --printfromapps/tvheadend/.