feat: remove docker status check in nix workflow
All checks were successful
/ build (push) Successful in 1m45s
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:
parent
163e5420b8
commit
59ba468438
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue