mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-14 01:00:36 -04:00
chore(GHA): remove GC comments, automated now
This commit is contained in:
18
.github/workflows/docker-docr-cleanup.yml
vendored
18
.github/workflows/docker-docr-cleanup.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user