Making changes to workflow pipeline
This commit is contained in:
parent
a6c74d4443
commit
a5df219e50
@ -20,8 +20,6 @@ jobs:
|
||||
java-version: '17'
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: gradle/actions/wrapper-validation@v3
|
||||
- name: Check secrets
|
||||
run: echo "my secret is ${{ secrets.TOKEN }}"
|
||||
- name: Log in to Gitea Docker Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
@ -29,6 +27,6 @@ jobs:
|
||||
username: hitanshu
|
||||
password: ${{ secrets.TOKEN }}
|
||||
- name: Gradle build
|
||||
run: ./gradlew bootBuildImage --imageName=192.168.0.100:8928/hithomelabs/cftunnels:latest
|
||||
run: ./gradlew bootBuildImage --imageName=192.168.0.100:8928/hithomelabs/cftunnels:test
|
||||
- name: Push to Gitea Registry
|
||||
run: docker push 192.168.0.100:8928/hithomelabs/cftunnels:latest
|
||||
run: docker push 192.168.0.100:8928/hithomelabs/cftunnels:test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user