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

This commit is contained in:
hitanshu310 2025-05-25 03:38:37 +05:30
parent b0df437a3f
commit 3b3a6dd54c

View File

@ -22,9 +22,9 @@ jobs:
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
- name: Log in to Gitea Docker Registry
uses: docker/login-action@v3
uses: docker/login-action@v2
with:
registry: 'http://192.168.0.100:8928'
registry: http://192.168.0.100:8928
username: hitanshu
password: ${{secrets.ACCESS_TOKEN}}
- name: Gradle build