added PATH to debug
Some checks failed
Github Container Registry Upload / build (push) Failing after 6m43s
Some checks failed
Github Container Registry Upload / build (push) Failing after 6m43s
This commit is contained in:
parent
d721cb354b
commit
448e7eaabc
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: DEBUG
|
- name: DEBUG
|
||||||
run: echo $(whereis docker)
|
run: echo $(whereis docker) && echo $PATH
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue