runner-images/.forgejo/workflows/deploy.yml
Zi Gao 088f764155
All checks were successful
/ deploy (push) Successful in 3m54s
added scp
2025-06-09 11:48:58 +10:00

18 lines
402 B
YAML

on:
push:
schedule:
- cron: '30 5 * * 0'
jobs:
deploy:
runs-on: docker
container:
image: registry.mightycastle.net/runner-image
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: build and publish
uses: docker/build-push-action@v6
with:
push: true
tags: registry.mightycastle.net/runner-image:latest