From 5aeeb19efb570385b9c78dcb9c03770554da7843 Mon Sep 17 00:00:00 2001 From: Robert Wlodarczyk Date: Sun, 25 Jun 2023 19:39:09 -0700 Subject: [PATCH] fix: missed id. --- .github/workflows/cleanup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 1954a04..e20376d 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -18,6 +18,7 @@ jobs: steps: - name: Delete Docker images older than a month. + id: cleanup-images uses: snok/container-retention-policy@v2 with: account-type: personal