runner-images/.forgejo/workflows/deploy.yml
Zi Gao 3a3d9ebf86
Some checks failed
/ deploy (push) Failing after 19s
is docker sock necessary?
2025-06-08 23:56:07 +10:00

13 lines
271 B
YAML

on: [push]
jobs:
deploy:
runs-on: docker
steps:
- id: checkout
uses: actions/checkout@v4
- id: build
uses: docker/build-push-action@v6
with:
push: true
tags: registry.mightycastle.net/runner-image:latest