feat: remove docker status check in nix workflow
All checks were successful
/ build (push) Successful in 1m45s

- Removed unnecessary docker status and verification commands from the nix workflow file `.forgejo/workflows/nix.yaml`
- This simplifies the workflow and enhances its efficiency.
This commit is contained in:
Harald Hoyer 2024-06-27 16:03:22 +02:00
parent 163e5420b8
commit 59ba468438

View file

@ -4,13 +4,6 @@ jobs:
runs-on: nix
steps:
- uses: actions/checkout@v3
- name: upload image
run: |
echo $PATH
ls -al /root/.nix-profile/bin
which docker
ls -al /bin
docker status
- run: nix build -L .#runner
- name: upload image
run: |