We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43e113 commit 6a0f04cCopy full SHA for 6a0f04c
1 file changed
.github/workflows/keep-build-cache-small.yaml
@@ -52,13 +52,12 @@ jobs:
52
echo "status=ok" >> "$GITHUB_ENV"
53
echo "status=ok" >> "$GITHUB_OUTPUT"
54
fi
55
- shell: bash
56
57
- name: Delete build cache if exceeded
58
if: steps.check_threshold.outputs.status == 'exceeded'
59
run: |
60
echo "🗑️ Deleting build cache image: ${{ env.BUILD_CACHE_IMAGE }}..."
61
-# skopeo delete docker://${{ env.BUILD_CACHE_IMAGE }}
+ # skopeo delete docker://${{ env.BUILD_CACHE_IMAGE }}
62
echo "✅ Build cache image deleted successfully."
63
64
- name: Generate workflow summary
0 commit comments