diff --git a/.gitea/workflows/test_image_build_push.yml b/.gitea/workflows/test_image_build_push.yml index bdfc189..4de44aa 100644 --- a/.gitea/workflows/test_image_build_push.yml +++ b/.gitea/workflows/test_image_build_push.yml @@ -22,11 +22,11 @@ jobs: - name: Validate Gradle Wrapper uses: gradle/actions/wrapper-validation@v3 - name: Log in to Gitea Docker Registry - uses: docker/login-action@v3 + uses: docker/login-action@v2 with: - registry: 'http://192.168.0.100:8928' + registry: http://192.168.0.100:8928 username: hitanshu - password: ${{ secrets.ACCESS_TOKEN }} + password: ${{secrets.ACCESS_TOKEN}} - name: Gradle build run: ./gradlew bootBuildImage --imageName=http://192.168.0.100:8928/cftunnels:latest . - name: Push to Gitea Registry