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

This commit is contained in:
hitanshu310 2025-05-25 02:56:17 +05:30
parent 71b877cf05
commit 8020f31573

View File

@ -23,7 +23,7 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: http://192.168.0.100:8928 registry: http://192.168.0.100:8928
username: ${{gitea.actor}} username: ${{gitea.repository_owner}}
password: ${{secrets.ACCESS_TOKEN}} password: ${{secrets.ACCESS_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 .