From 26dbda6302fc0767153fdccb81f15319cca349f1 Mon Sep 17 00:00:00 2001 From: Sergei Zimmerman Date: Thu, 14 Aug 2025 14:54:45 +0300 Subject: [PATCH] ci/docker_push_image: Remove dead step This step is now part of the check_secrets job and the output is completely unused. --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) 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