This commit is contained in:
d34dscene
2025-12-30 07:12:49 +01:00
parent 87f734ef79
commit e7b61fc8a4
3 changed files with 12 additions and 6 deletions
-6
View File
@@ -75,9 +75,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COSIGN_YES: "true"
- name: ghcr.io cleanup
uses: dataaxiom/ghcr-cleanup-action@v1
with:
delete-untagged: true
token: ${{ secrets.GITHUB_TOKEN }}
+10
View File
@@ -51,3 +51,13 @@ jobs:
with:
skip-cache: true
args: --timeout=10m
- name: ghcr.io cleanup
uses: dataaxiom/ghcr-cleanup-action@v1
with:
keep-n-tagged: 20
delete-untagged: true
delete-ghost-images: true
delete-partial-images: true
delete-orphaned-images: true
token: ${{ secrets.GITHUB_TOKEN }}
+2
View File
@@ -50,6 +50,7 @@ kos:
main: ./server/cmd/
base_image: alpine
repositories: [ghcr.io/mizuchilabs/mantrae]
sbom: none
bare: true
preserve_import_paths: false
tags:
@@ -64,6 +65,7 @@ kos:
main: ./agent/cmd/
base_image: alpine
repositories: [ghcr.io/mizuchilabs/mantrae-agent]
sbom: none
bare: true
preserve_import_paths: false
tags: