ci/docker_push_image: Remove dead step

This step is now part of the check_secrets job and
the output is completely unused.
This commit is contained in:
Sergei Zimmerman
2025-08-14 14:54:45 +03:00
parent 48d15ed1fb
commit 26dbda6302

View File

@@ -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