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

This commit is contained in:
hitanshu310 2025-05-25 03:28:08 +05:30
parent 86a503f88f
commit c616dc33fe

View File

@ -23,8 +23,8 @@ 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: ${{ secrets.GITEA_USERNAME }} username: hitanshu
password: ${{ secrets.GITEA_ACCESS_TOKEN }} password: 1244455f0713469ed62d324a1e8841874b6602be
- 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