Fixing docker login
Some checks failed
sample gradle build and test / build (pull_request) Failing after 46s
Some checks failed
sample gradle build and test / build (pull_request) Failing after 46s
This commit is contained in:
parent
71b877cf05
commit
8020f31573
@ -23,8 +23,8 @@ jobs:
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: http://192.168.0.100:8928
|
||||
username: ${{gitea.actor}}
|
||||
password: ${{ secrets.ACCESS_TOKEN }}
|
||||
username: ${{gitea.repository_owner}}
|
||||
password: ${{secrets.ACCESS_TOKEN}}
|
||||
- name: Gradle build
|
||||
run: ./gradlew bootBuildImage --imageName=http://192.168.0.100:8928/cftunnels:latest .
|
||||
- name: Push to Gitea Registry
|
||||
|
||||
Loading…
Reference in New Issue
Block a user