mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-06-04 11:24:40 +08:00
temp (#1218)
This commit is contained in:
parent
387cc60668
commit
305fbb37e7
18
.github/workflows/ghcr-clean.yml
vendored
Normal file
18
.github/workflows/ghcr-clean.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: Cleanup Untagged Images
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
delete-untagged-images:
|
||||
name: Delete Untagged Images
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: bots-house/ghcr-delete-image-action@v1.1.0
|
||||
with:
|
||||
owner: mendableai
|
||||
name: firecrawl
|
||||
# NOTE: using Personal Access Token
|
||||
token: ${{secrets.GITHUB_TOKEN}}
|
||||
# Keep latest N untagged images
|
||||
untagged-keep-latest: 5
|
Loading…
x
Reference in New Issue
Block a user