Fixing docker login
Some checks failed
sample gradle build and test / build (pull_request) Failing after 1m34s
Some checks failed
sample gradle build and test / build (pull_request) Failing after 1m34s
This commit is contained in:
parent
ceb81a9e96
commit
7872dd975b
@ -30,6 +30,6 @@ jobs:
|
||||
username: hitanshu
|
||||
password: ${{ vars.TOKEN }}
|
||||
- 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/hithomelabs/cftunnels:latest
|
||||
- name: Push to Gitea Registry
|
||||
run: docker push http://192.168.0.100:8928/cftunnels:latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user