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

This commit is contained in:
hitanshu310 2025-05-25 03:06:05 +05:30
parent 8020f31573
commit c9cac7d0c9

View File

@ -23,7 +23,7 @@ jobs:
uses: docker/login-action@v3
with:
registry: http://192.168.0.100:8928
username: ${{gitea.repository_owner}}
username: hitanshu
password: ${{ secrets.ACCESS_TOKEN }}
- name: Gradle build
run: ./gradlew bootBuildImage --imageName=http://192.168.0.100:8928/cftunnels:latest .