share docker image
Some checks failed
/ deploy (push) Failing after 5s

This commit is contained in:
Zi Gao 2025-06-08 22:28:35 +10:00
parent aa942c711e
commit e9f8ebe69f

View file

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