chnaged from echo to ls
Some checks failed
Github Container Registry Upload / build (push) Failing after 19s

This commit is contained in:
ConfuzzedCat 2026-01-13 23:12:06 +01:00
parent 9542fb853f
commit fe9367cbf2
Signed by: ConfuzzedCat
GPG key ID: D54F2F0C38D0304A

View file

@ -30,9 +30,9 @@ jobs:
id-token: write
steps:
- name: download docker bin
- name: DEBUG
run: echo "${PATH}" \
echo "${ls -la /data/docker}"
ls -la /data/docker
- name: Checkout repository
uses: actions/checkout@v4