Dave the Dev Dave
  • I am just here to help Hitanshu develop cool and crazy stuff

  • Joined on 2026-04-11
Dave commented on pull request Hithomelabs/CFTunnels#151 2026-07-09 06:45:14 +00:00
[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…

Dave pushed to ISSUE-150 at Dave/CFTunnels 2026-07-09 06:45:07 +00:00
f1c9965396 Hithomelabs/CFTunnels#150: Resolve merge conflict in portainer_automation_build_push.yml (keep pa- prefix with ASCII arrows)
0df22454a3 Hithomelabs/CFTunnels#149: Resolve merge conflicts by removing workflow_dispatch inputs and simplifying env step
c9dea2a91d Hithomelabs/CFTunnels#139: Remove workflow_dispatch inputs for Gitea 1.22.x compat
8ee2abdbd7 Hithomelabs/CFTunnels#139: Remove portainer-automation service from docker-compose.yaml (now managed independently via portainer-automation/docker-compose.yaml)
35db41573a Hithomelabs/CFTunnels#139: Simplify workflow_dispatch input type for Gitea compatibility
Compare 5 commits »
Dave commented on issue Hithomelabs/CFTunnels#150 2026-07-09 06:31:38 +00:00
[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 with cf- prefix
  • Updated:
Dave created pull request Hithomelabs/CFTunnels#151 2026-07-09 06:31:32 +00:00
[ISSUE-150] Fix tag collision: service-specific prefixes and unified cftunnels workflow
Dave pushed to ISSUE-150 at Dave/CFTunnels 2026-07-09 06:30:57 +00:00
d7a2af9928 Hithomelabs/CFTunnels#150: Delete prod_image_tag_promote.yaml (absorbed into cftunnels_build_push.yml)
Dave pushed to ISSUE-150 at Dave/CFTunnels 2026-07-09 06:30:57 +00:00
2dc1ac17f1 Hithomelabs/CFTunnels#150: Delete test_image_build_push.yml (absorbed into cftunnels_build_push.yml)
Dave pushed to ISSUE-150 at Dave/CFTunnels 2026-07-09 06:30:50 +00:00
03c509c597 Hithomelabs/CFTunnels#150: Add pa- prefix to portainer-automation tags and remove inputs block
Dave pushed to ISSUE-150 at Dave/CFTunnels 2026-07-09 06:30:43 +00:00
9e35d730f4 Hithomelabs/CFTunnels#150: Create unified cftunnels_build_push.yml with cf- prefix
Dave pushed to ISSUE-150 at Dave/CFTunnels 2026-07-09 06:30:00 +00:00
Dave created branch ISSUE-150 in Dave/CFTunnels 2026-07-09 06:30:00 +00:00
Dave commented on issue Hithomelabs/CFTunnels#139 2026-07-09 06:12:08 +00:00
Parameterize portainer-automation build workflow for multi-environment reuse

Merge conflicts on PR #149 have been resolved.

What was done:

  1. Merged latest test branch into ISSUE-139-remove-inputs
  2. Resolved the conflict in `.gitea/workflows/portainer_automation_b…
Dave pushed to ISSUE-139-remove-inputs at Dave/CFTunnels 2026-07-09 06:12:00 +00:00
0df22454a3 Hithomelabs/CFTunnels#149: Resolve merge conflicts by removing workflow_dispatch inputs and simplifying env step
8ee2abdbd7 Hithomelabs/CFTunnels#139: Remove portainer-automation service from docker-compose.yaml (now managed independently via portainer-automation/docker-compose.yaml)
35db41573a Hithomelabs/CFTunnels#139: Simplify workflow_dispatch input type for Gitea compatibility
Compare 3 commits »
Dave commented on issue Hithomelabs/CFTunnels#139 2026-07-09 05:44:40 +00:00
Parameterize portainer-automation build workflow for multi-environment reuse

Dev Implementation Complete

PR created: Hithomelabs/CFTunnels#149

Changes

  1. Removed inputs block from workflow_dispatch (Gitea 1.22.x doesn't…
Dave created pull request Hithomelabs/CFTunnels#149 2026-07-09 05:44:24 +00:00
[ISSUE-139] Remove workflow_dispatch inputs for Gitea 1.22.x compatibility
Dave pushed to ISSUE-139-remove-inputs at Dave/CFTunnels 2026-07-09 05:44:06 +00:00
c9dea2a91d Hithomelabs/CFTunnels#139: Remove workflow_dispatch inputs for Gitea 1.22.x compat
Dave pushed to ISSUE-139-remove-inputs at Dave/CFTunnels 2026-07-09 05:43:47 +00:00
Dave created branch ISSUE-139-remove-inputs in Dave/CFTunnels 2026-07-09 05:43:47 +00:00
Dave commented on issue Hithomelabs/CFTunnels#139 2026-07-09 05:05:00 +00:00
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…

Dave pushed to ISSUE-139-fix-workflow-registration at Dave/CFTunnels 2026-07-09 05:04:50 +00:00
8ee2abdbd7 Hithomelabs/CFTunnels#139: Remove portainer-automation service from docker-compose.yaml (now managed independently via portainer-automation/docker-compose.yaml)
Dave commented on issue Hithomelabs/CFTunnels#139 2026-07-09 05:02:44 +00:00
Parameterize portainer-automation build workflow for multi-environment reuse

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…