forked from sync/gitea-docker-registry-prune
Add .gitea/workflows/remove-orphans.yaml
This commit is contained in:
18
.gitea/workflows/remove-orphans.yaml
Normal file
18
.gitea/workflows/remove-orphans.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
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: '>=1.23.4'
|
||||
|
||||
- run: |
|
||||
go run .
|
||||
Reference in New Issue
Block a user