[ISSUE-86] Multi-module Gradle restructure — Refactor CFTunnels into :common, :cftunnels-service, :portainer-automation #125

Merged
hitanshu merged 6 commits from Dave/CFTunnels:ISSUE-86 into test 2026-07-05 10:23:25 +00:00
Showing only changes of commit 4abec13ec4 - Show all commits

View File

@ -56,7 +56,7 @@ jobs:
username: hitanshu
password: ${{ secrets.TOKEN }}
- name: Gradle build
run: ./gradlew bootBuildImage --imageName=192.168.0.100:8928/hithomelabs/cftunnels:${{ needs.tag.outputs.new_version }}
run: ./gradlew :cftunnels-service:bootBuildImage --imageName=192.168.0.100:8928/hithomelabs/cftunnels:${{ needs.tag.outputs.new_version }}
- name: Tag image as test
run: docker tag 192.168.0.100:8928/hithomelabs/cftunnels:${{ needs.tag.outputs.new_version }} 192.168.0.100:8928/hithomelabs/cftunnels:test
- name: Push to Gitea Registry