Fixing docker login
Some checks failed
sample gradle build and test / build (pull_request) Failing after 2m31s
Some checks failed
sample gradle build and test / build (pull_request) Failing after 2m31s
This commit is contained in:
parent
7872dd975b
commit
f031d4e98e
@ -30,6 +30,6 @@ jobs:
|
||||
username: hitanshu
|
||||
password: ${{ vars.TOKEN }}
|
||||
- name: Gradle build
|
||||
run: ./gradlew bootBuildImage --imageName=http://192.168.0.100:8928/hithomelabs/cftunnels:latest
|
||||
run: ./gradlew bootBuildImage --imageName=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