diff --git a/.gitea/workflows/test_image_build_push.yml b/.gitea/workflows/test_image_build_push.yml index bc38156..594ed5e 100644 --- a/.gitea/workflows/test_image_build_push.yml +++ b/.gitea/workflows/test_image_build_push.yml @@ -23,8 +23,8 @@ jobs: uses: docker/login-action@v3 with: registry: http://192.168.0.100:8928 - username: ${{gitea.repository_owner}} - password: ${{secrets.ACCESS_TOKEN}} + username: hitanshu + password: ${{ secrets.ACCESS_TOKEN }} - name: Gradle build run: ./gradlew bootBuildImage --imageName=http://192.168.0.100:8928/cftunnels:latest . - name: Push to Gitea Registry