From 6f3bb5cb811834ce0bc87e08e3ef80ffefd79879 Mon Sep 17 00:00:00 2001 From: Ruben Nijveld Date: Fri, 26 Jul 2024 14:16:47 +0200 Subject: [PATCH] Fix cleanup --- .github/workflows/container-cleanup.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/container-cleanup.yml b/.github/workflows/container-cleanup.yml index 976e030..b6a5511 100644 --- a/.github/workflows/container-cleanup.yml +++ b/.github/workflows/container-cleanup.yml @@ -10,7 +10,9 @@ on: - cron: '30 2 * * MON' jobs: - untagged-cleanup: - uses: "tweedegolf/actions-helpers/.github/workflows/container-untagged-cleanup.yml@main" - with: - package: nginx + cleanup: + runs-on: ubuntu-latest + steps: + - uses: "tweedegolf/cleanup-untagged-images-action@main" + with: + package: nginx