runner-images/.forgejo/workflows/deploy.yml
Zi Gao df11b9dc1d
Some checks failed
/ deploy (push) Failing after 5s
test4
2025-06-08 22:35:00 +10:00

16 lines
419 B
YAML

on: [push]
jobs:
deploy:
runs-on: docker
container:
image: registry.mightycastle.net/runner-image
volumes:
- /var/run:/var/run
steps:
- id: checkout
uses: actions/checkout@v4
- id: build
run: docker build --pull --rm -t registry.mightycastle.net/runner-image:latest .
- id: push
run: docker push registry.mightycastle.net/runner-image:latest