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

This commit is contained in:
hitanshu310 2025-05-25 03:52:09 +05:30
parent f31728ecb1
commit aa4ca3b2a7

View File

@ -28,7 +28,7 @@ jobs:
with: with:
registry: 'http://192.168.0.100:8928' registry: 'http://192.168.0.100:8928'
username: hitanshu username: hitanshu
password: ${{ secrets.ACCESS_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