Update .forgejo/workflows/deploy.yml
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 2s
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 2s
This commit is contained in:
parent
b7c2e95977
commit
e5545d598f
1 changed files with 9 additions and 1 deletions
|
|
@ -15,9 +15,17 @@ jobs:
|
||||||
options: --network=host
|
options: --network=host
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
user: root
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug docker socket and groups
|
||||||
|
run: |
|
||||||
|
ls -l /var/run/docker.sock
|
||||||
|
id
|
||||||
|
docker version
|
||||||
|
docker ps
|
||||||
|
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue