From 393107a229afba169494b0a3be8f1309f48d8948 Mon Sep 17 00:00:00 2001 From: gcaracuel <633810+gcaracuel@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:35:57 +0100 Subject: [PATCH] Put back Multiarch and disable docker cleanup --- .github/workflows/cleanup.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cleanup.yaml b/.github/workflows/cleanup.yaml index a7801d2..6600ed2 100644 --- a/.github/workflows/cleanup.yaml +++ b/.github/workflows/cleanup.yaml @@ -1,9 +1,9 @@ name: Github Container Registry cleanup tasks on: - # On demand || Each 10 days + # On demand workflow_dispatch: - schedule: - - cron: '0 0 */10 * *' + # schedule: + # - cron: '0 0 */10 * *' jobs: cleanup-docker: runs-on: ubuntu-latest