build and deploy
Some checks failed
/ deploy (push) Failing after 6s

This commit is contained in:
Zi Gao 2025-06-08 22:24:37 +10:00
parent 201f5023fc
commit aa942c711e

View file

@ -1,6 +1,12 @@
on: [push] on: [push]
jobs: jobs:
pull: deploy:
runs-on: docker runs-on: docker
steps: steps:
- uses: actions/checkout@v4 - 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