We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d985a4c commit fee2ac8Copy full SHA for fee2ac8
1 file changed
.github/workflows/keep-build-cache-small.yaml
@@ -68,7 +68,7 @@ jobs:
68
if: steps.check_threshold.outputs.status == 'exceeded'
69
run: |
70
echo "🗑️ Deleting build cache image: ${{ env.BUILD_CACHE_IMAGE }}..."
71
- # skopeo delete docker://${{ env.BUILD_CACHE_IMAGE }}
+ skopeo delete docker://${{ env.BUILD_CACHE_IMAGE }}
72
73
- name: Verify cache deletion
74
0 commit comments