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