Fixing docker login
Some checks failed
sample gradle build and test / build (pull_request) Failing after 1m1s

This commit is contained in:
hitanshu310 2025-05-25 03:54:20 +05:30
parent aa4ca3b2a7
commit ceb81a9e96

View File

@ -30,6 +30,6 @@ jobs:
username: hitanshu username: hitanshu
password: ${{ vars.TOKEN }} password: ${{ vars.TOKEN }}
- name: Gradle build - 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 - name: Push to Gitea Registry
run: docker push http://192.168.0.100:8928/cftunnels:latest run: docker push http://192.168.0.100:8928/cftunnels:latest