forgejo: removed volume mounting
This commit is contained in:
parent
0fcd96ca94
commit
0498985f51
|
@ -10,7 +10,6 @@ jobs:
|
|||
runs-on: docker
|
||||
container:
|
||||
image: docker:26.1.2
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
steps:
|
||||
- run: echo "Testing ${{ github.ref_name }}"
|
||||
|
|
Loading…
Reference in a new issue