- The nix workflow has been updated with a new command for listing directory contents. - This change allows inspection of the /root/.nix-profile/bin directory, assisting debug and ensuring correct docker file paths.
This commit is contained in:
parent
016de513df
commit
163e5420b8
|
@ -7,6 +7,7 @@ jobs:
|
|||
- name: upload image
|
||||
run: |
|
||||
echo $PATH
|
||||
ls -al /root/.nix-profile/bin
|
||||
which docker
|
||||
ls -al /bin
|
||||
docker status
|
||||
|
|
Loading…
Reference in a new issue