From 0ab910caa12e4f7b96cb63d163bbc036070ca47f Mon Sep 17 00:00:00 2001 From: Ruben Nijveld Date: Fri, 26 Jul 2024 13:31:22 +0200 Subject: [PATCH] Fix cleanup of untagged images --- .github/workflows/container-cleanup.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/container-cleanup.yml b/.github/workflows/container-cleanup.yml index 852d8b8..8c63ddd 100644 --- a/.github/workflows/container-cleanup.yml +++ b/.github/workflows/container-cleanup.yml @@ -1,3 +1,5 @@ + + name: Container Registry Cleanup permissions: @@ -10,7 +12,7 @@ on: - cron: '15 2 * * MON' jobs: - untagged-cleanup: - uses: "tweedegolf/actions-helpers/.github/workflows/container-untagged-cleanup.yml@main" - with: + cleanup: + - uses: "tweedegolf/cleanup-untagged-images-action@main" + with: package: debian