Files
gitea-docker-registry-prune/.gitea/workflows/remove-orphans.yaml

21 lines
385 B
YAML

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