forked from sync/gitea-docker-registry-prune
Update .gitea/workflows/remove-orphans.yaml
This commit is contained in:
@@ -14,5 +14,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '>=1.23.4'
|
go-version: '>=1.23.4'
|
||||||
|
|
||||||
- run: |
|
- env:
|
||||||
go run .
|
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