workflows #2
@ -23,8 +23,8 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: 'http://192.168.0.100:8928'
|
registry: 'http://192.168.0.100:8928'
|
||||||
username: ${{ secrets.GITEA_USERNAME }}
|
username: hitanshu
|
||||||
password: ${{ secrets.GITEA_ACCESS_TOKEN }}
|
password: 1244455f0713469ed62d324a1e8841874b6602be
|
||||||
- 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user