Skip to content

Commit 305fbb3

Browse files
authored
temp (#1218)
1 parent 387cc60 commit 305fbb3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/ghcr-clean.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Cleanup Untagged Images
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
delete-untagged-images:
8+
name: Delete Untagged Images
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: bots-house/[email protected]
12+
with:
13+
owner: mendableai
14+
name: firecrawl
15+
# NOTE: using Personal Access Token
16+
token: ${{secrets.GITHUB_TOKEN}}
17+
# Keep latest N untagged images
18+
untagged-keep-latest: 5

0 commit comments

Comments
 (0)