Files
gitea-docker-registry-prune/.gitea/workflows/remove-orphans.yaml
imbytecat 65e039a8e0
All checks were successful
/ Remove Orphans (push) Successful in 45s
Update .gitea/workflows/remove-orphans.yaml
2025-06-25 13:20:59 -04:00

23 lines
433 B
YAML

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
remove-orphans:
name: Remove Orphans
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
cache: false
go-version-file: 'go.mod'
- env:
GITEA_URL: https://git.furtherverse.com
GITEA_TOKEN: ${{ secrets.TOKEN }}
run: |
go run .