workflows #2

Merged
hitanshu merged 19 commits from hitanshu/CFTunnels:workflows into workflows 2025-05-24 23:03:14 +00:00
Showing only changes of commit fd61644306 - Show all commits

View File

@ -21,10 +21,12 @@ jobs:
java-version: '17'
- name: Validate Gradle Wrapper
uses: gradle/actions/wrapper-validation@v3
- name: Check secrets
run: echo "my secret is ${{ secrets.ACCESS_TOKEN }}"
- name: Log in to Gitea Docker Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: http://192.168.0.100:8928
registry: 'http://192.168.0.100:8928'
username: hitanshu
password: ${{ secrets.ACCESS_TOKEN }}
- name: Gradle build