mirror of
https://github.com/MizuchiLabs/mantrae.git
synced 2026-05-02 14:10:01 -05:00
cleanup
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user