Clenup & prune attempt 🧪
This commit is contained in:
22
.github/workflows/docker_builder-prune.yml
vendored
Normal file
22
.github/workflows/docker_builder-prune.yml
vendored
Normal 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
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user