Clenup & prune attempt 🧪

This commit is contained in:
Jokob-sk
2023-12-16 16:50:54 +11:00
parent 90322c4747
commit 233873704d
2 changed files with 23 additions and 5 deletions

View File

@@ -0,0 +1,22 @@
name: Docker Builder Prune
on:
push:
branches:
- main
jobs:
docker-builder-prune:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Docker CLI
uses: docker/setup-docker@v2
with:
version: '20.10.7' # Adjust the Docker version as needed
- name: Prune Docker Builder
run: docker builder prune -a -f

View File

@@ -649,12 +649,8 @@ function handleLoadingDialog()
$.get('log/execution_queue.log?nocache=' + Date.now(), function(data) {
console.log(data)
console.log("hree")
if(data.includes("update_api|devices"))
{
spinnerShown = true;
{
showSpinner("devices_old")
setTimeout("handleLoadingDialog()", 1000);