From fc8741bebc222e66ab2ed227205b587ef8eb0aa8 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Wed, 13 May 2026 13:21:31 +0530 Subject: [PATCH] chore(GHA): remove GC comments, automated now --- .github/workflows/docker-docr-cleanup.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/docker-docr-cleanup.yml b/.github/workflows/docker-docr-cleanup.yml index 48e6ddb8ae6..a3c9c7b89f6 100644 --- a/.github/workflows/docker-docr-cleanup.yml +++ b/.github/workflows/docker-docr-cleanup.yml @@ -33,21 +33,3 @@ jobs: days: '7' keep_last: '3' - # NOTE: We don't need to trigger garbage collection because we have a cron job that runs on news repo, which - # triggers garbage collection. This can be uncommented should a need arise. - - # clean: - # name: Do Garbage Collection - # runs-on: ubuntu-latest - # needs: remove - # steps: - # - name: Install doctl - # uses: digitalocean/action-doctl@v2 - # with: - # token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }} - - # - name: Log in to DigitalOcean Container Registry with short-lived credentials - # run: doctl registry login --expiry-seconds 1200 - - # - name: Trigger Garbage collection - # run: doctl registry garbage-collection start --include-untagged-manifests --force