diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bae883f96..2f47f13e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,12 +169,6 @@ jobs: github.ref_name == 'master' runs-on: ubuntu-24.04 steps: - - name: Check for secrets - id: secret - env: - _DOCKER_SECRETS: ${{ secrets.DOCKERHUB_USERNAME }}${{ secrets.DOCKERHUB_TOKEN }} - run: | - echo "::set-output name=docker::${{ env._DOCKER_SECRETS != '' }}" - uses: actions/checkout@v5 with: fetch-depth: 0