forgejo: removed volume mounting

This commit is contained in:
Tigor Hutasuhut 2024-05-11 21:19:15 +07:00
parent 0fcd96ca94
commit 0498985f51

View file

@ -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 }}"