Compare commits

..

2 Commits

2 changed files with 1 additions and 8 deletions
-7
View File
@@ -118,13 +118,6 @@ jobs:
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
echo "image=$IMAGE" >> "$GITHUB_OUTPUT"
echo "lower_repo=$LOWER_REPO" >> "$GITHUB_OUTPUT"
- name: Free up disk space (Cleanup Docker)
run: |
echo "Befreie Speicherplatz..."
docker system prune -a -f --volumes || true
docker buildx prune -a -f || true
sudo find /tmp -maxdepth 1 -name "tmp.*" -exec rm -rf {} +
- name: Ensure Docker CLI is available and up to date
run: |
+1 -1
View File
@@ -469,7 +469,7 @@
}
</style>
<div class="library-table-container" id="libraryTableContainer" data-can-edit="{{ 1 if is_admin else 0 }}">
<div class="library-table-container" id="libraryTableContainer" data-can-edit="{{ 1 if current_permissions.actions.get('can_edit', False) else 0 }}">
<!-- Header -->
<div class="library-header">
<h1>📚 Bibliothek</h1>