Skip to content

Commit

Permalink
Update remove_images.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancolgate committed Sep 13, 2024
1 parent 361387b commit b1bc2f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions remove_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ for DIGEST in $DIGESTS; do
done
echo Manifest Digests removed: $DIGESTS

# Start garbage collection if perform_gc is true
if [ "$3" = true ]; then
doctl registry garbage-collection start --include-untagged-manifests --force
else
echo "Garbage collection is skipped."
fi

0 comments on commit b1bc2f4

Please sign in to comment.