test 9
All checks were successful
/ deploy (push) Successful in 3m7s

This commit is contained in:
Zi Gao 2025-06-08 23:41:31 +10:00
parent eb97db5976
commit 807a2bc7b4

View file

@ -2,6 +2,10 @@ 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