Making changes to workflow pipeline (#10)

Reviewed-on: Hithomelabs/CFTunnels#10
This commit is contained in:
hitanshu 2025-05-25 18:04:50 +00:00
commit 8fe909196a

View File

@ -20,8 +20,6 @@ jobs:
java-version: '17'
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
- name: Check secrets
run: echo "my secret is ${{ secrets.TOKEN }}"
- name: Log in to Gitea Docker Registry
uses: docker/login-action@v3
with:
@ -29,6 +27,6 @@ jobs:
username: hitanshu
password: ${{ secrets.TOKEN }}
- name: Gradle build
run: ./gradlew bootBuildImage --imageName=192.168.0.100:8928/hithomelabs/cftunnels:latest
run: ./gradlew bootBuildImage --imageName=192.168.0.100:8928/hithomelabs/cftunnels:test
- name: Push to Gitea Registry
run: docker push 192.168.0.100:8928/hithomelabs/cftunnels:latest
run: docker push 192.168.0.100:8928/hithomelabs/cftunnels:test