forked from sync/gitea-docker-registry-prune
19 lines
271 B
YAML
19 lines
271 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: '>=1.23.4'
|
|
|
|
- run: |
|
|
go run .
|