1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

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
No known key found for this signature in database

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