chnaged from echo to ls
Some checks failed
Github Container Registry Upload / build (push) Failing after 19s
Some checks failed
Github Container Registry Upload / build (push) Failing after 19s
This commit is contained in:
parent
9542fb853f
commit
fe9367cbf2
1 changed files with 2 additions and 2 deletions
|
|
@ -30,9 +30,9 @@ jobs:
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: download docker bin
|
- name: DEBUG
|
||||||
run: echo "${PATH}" \
|
run: echo "${PATH}" \
|
||||||
echo "${ls -la /data/docker}"
|
ls -la /data/docker
|
||||||
|
|
||||||
- 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