- 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
|
- name: upload image
|
||||||
run: |
|
run: |
|
||||||
echo $PATH
|
echo $PATH
|
||||||
|
ls -al /root/.nix-profile/bin
|
||||||
which docker
|
which docker
|
||||||
ls -al /bin
|
ls -al /bin
|
||||||
docker status
|
docker status
|
||||||
|
|
Loading…
Reference in a new issue