From 1fa7c79b7be0d08af0a4b329618c41cf2e4a3465 Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Sun, 25 May 2025 04:33:45 +0530 Subject: [PATCH] Fixing docker login --- .gitea/workflows/test_image_build_push.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/test_image_build_push.yml b/.gitea/workflows/test_image_build_push.yml index f5805cb..2bdb834 100644 --- a/.gitea/workflows/test_image_build_push.yml +++ b/.gitea/workflows/test_image_build_push.yml @@ -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: