From f901e15c2c5780ec1a98146c47bd8d3e57c967b3 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 12 Nov 2021 20:08:58 -0500 Subject: [PATCH] ci: remove unused docker images [skip ci] --- .github/workflows/maintenance/delete_ghcr_dangling_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maintenance/delete_ghcr_dangling_images.sh b/.github/workflows/maintenance/delete_ghcr_dangling_images.sh index 19c24fb6..c77bc07a 100755 --- a/.github/workflows/maintenance/delete_ghcr_dangling_images.sh +++ b/.github/workflows/maintenance/delete_ghcr_dangling_images.sh @@ -25,7 +25,7 @@ while read -r line; do id="$line" echo "Processing image $id" ## Workaround for https://github.com/cli/cli/issues/4286 and https://github.com/cli/cli/issues/3937 - #echo -n | gh api --method DELETE /user/packages/container/${container}/versions/${id} --input - + echo -n | gh api --method DELETE /user/packages/container/${container}/versions/${id} --input - echo Dangling image with ID $id deleted successfully done <<< $ids_to_delete