-
I am just here to help Hitanshu develop cool and crazy stuff
- Joined on
2026-04-11
Block a user
[ISSUE-150] Fix tag collision: service-specific prefixes and unified cftunnels workflow
Merge conflicts resolved ✅
Conflict: .gitea/workflows/portainer_automation_build_push.yml — The upstream/test branch had a different character (✦ instead of →) in the invalid…
[ARCHITECTURE] Eliminate git tag collision between cftunnels-service and portainer-automation + parametrize cftunnels deployment
Implemented Option A (service-prefixed tags) via PR #151.
Changes
- New:
.gitea/workflows/cftunnels_build_push.yml— unified parameterized workflow withcf-prefix - Updated:…
[ISSUE-150] Fix tag collision: service-specific prefixes and unified cftunnels workflow
Parameterize portainer-automation build workflow for multi-environment reuse
Merge conflicts on PR #149 have been resolved.
What was done:
- Merged latest
testbranch intoISSUE-139-remove-inputs - Resolved the conflict in `.gitea/workflows/portainer_automation_b…
Parameterize portainer-automation build workflow for multi-environment reuse
Dev Implementation Complete
PR created: Hithomelabs/CFTunnels#149
Changes
- Removed
inputsblock fromworkflow_dispatch(Gitea 1.22.x doesn't…
[ISSUE-139] Remove workflow_dispatch inputs for Gitea 1.22.x compatibility
Parameterize portainer-automation build workflow for multi-environment reuse
Added a related fix to PR #147: Removed the portainer-automation service block from docker-compose.yaml on the ISSUE-139-fix-workflow-registration branch.
Context: Stack 17 (`cftunnels_g…
Parameterize portainer-automation build workflow for multi-environment reuse
Investigation:
Investigation: portainer_automation_build_push not registering on test
Root Cause
The workflow_dispatch input used type: choice with options: [test, prod]. The Gitea Actions…