Remove duplicate docker socket mount

This commit is contained in:
Ryan Moon
2026-03-31 18:39:37 -05:00
parent 8eeb45cb51
commit 2c731a6957

View File

@@ -12,8 +12,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: docker:24
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: Checkout
uses: actions/checkout@v4