Changed debug print
Some checks failed
Github Container Registry Upload / build (push) Failing after 3s
Some checks failed
Github Container Registry Upload / build (push) Failing after 3s
This commit is contained in:
parent
4916753c50
commit
9542fb853f
1 changed files with 3 additions and 2 deletions
|
|
@ -30,8 +30,9 @@ jobs:
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check docker host
|
- name: download docker bin
|
||||||
run: echo "${DOCKER_HOST}"
|
run: echo "${PATH}" \
|
||||||
|
echo "${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