workflows #2

Merged
hitanshu merged 19 commits from hitanshu/CFTunnels:workflows into workflows 2025-05-24 23:03:14 +00:00
Showing only changes of commit ceb81a9e96 - Show all commits

View File

@ -30,6 +30,6 @@ jobs:
username: hitanshu
password: ${{ vars.TOKEN }}
- name: Gradle build
run: ./gradlew bootBuildImage --imageName=http://192.168.0.100:8928/cftunnels:latest .
run: ./gradlew bootBuildImage --imageName=http://192.168.0.100:8928/cftunnels:latest
- name: Push to Gitea Registry
run: docker push http://192.168.0.100:8928/cftunnels:latest