forked from sync/gitea-docker-registry-prune
Update .gitea/workflows/remove-orphans.yaml
This commit is contained in:
@@ -14,5 +14,7 @@ jobs:
|
||||
with:
|
||||
go-version: '>=1.23.4'
|
||||
|
||||
- run: |
|
||||
go run .
|
||||
- env:
|
||||
TOKEN: ${{ secrets.TOKEN }}
|
||||
run: |
|
||||
GITEA_URL=https://git.furtherverse.com GITEA_TOKEN=${TOKEN} ./gitea-docker-registry-prune go run .
|
||||
|
||||
Reference in New Issue
Block a user