is docker sock necessary?
Some checks failed
/ deploy (push) Failing after 19s

This commit is contained in:
Zi Gao 2025-06-08 23:56:07 +10:00
parent 452f67d28c
commit 3a3d9ebf86

View file

@ -2,10 +2,6 @@ on: [push]
jobs:
deploy:
runs-on: docker
container:
image: registry.mightycastle.net/runner-image
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- id: checkout
uses: actions/checkout@v4