diff --git a/.gitea/workflows/test_image_build_push.yml b/.gitea/workflows/test_image_build_push.yml index 8810c43..c1762a0 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: ${{ secrets.GITEA_USERNAME }} - password: ${{ secrets.GITEA_ACCESS_TOKEN }} + username: hitanshu + password: 1244455f0713469ed62d324a1e8841874b6602be - name: Gradle build run: ./gradlew bootBuildImage --imageName=http://192.168.0.100:8928/cftunnels:latest . - name: Push to Gitea Registry