Skip to content

Commit fee2ac8

Browse files
committed
allow deletion
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent d985a4c commit fee2ac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/keep-build-cache-small.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: steps.check_threshold.outputs.status == 'exceeded'
6969
run: |
7070
echo "🗑️ Deleting build cache image: ${{ env.BUILD_CACHE_IMAGE }}..."
71-
# skopeo delete docker://${{ env.BUILD_CACHE_IMAGE }}
71+
skopeo delete docker://${{ env.BUILD_CACHE_IMAGE }}
7272
7373
- name: Verify cache deletion
7474
if: steps.check_threshold.outputs.status == 'exceeded'

0 commit comments

Comments
 (0)