runner-images/.forgejo/workflows/deploy.yml
Zi Gao aa942c711e
Some checks failed
/ deploy (push) Failing after 6s
build and deploy
2025-06-08 22:24:37 +10:00

12 lines
309 B
YAML

on: [push]
jobs:
deploy:
runs-on: docker
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