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
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
user: root
|
||||
|
||||
steps:
|
||||
- name: Debug docker socket and groups
|
||||
run: |
|
||||
ls -l /var/run/docker.sock
|
||||
id
|
||||
docker version
|
||||
docker ps
|
||||
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue