mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-15 22:51:37 -07:00
Clenup & prune attempt 🧪
This commit is contained in:
@@ -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) {
|
$.get('log/execution_queue.log?nocache=' + Date.now(), function(data) {
|
||||||
|
|
||||||
|
|
||||||
console.log(data)
|
|
||||||
console.log("hree")
|
|
||||||
|
|
||||||
if(data.includes("update_api|devices"))
|
if(data.includes("update_api|devices"))
|
||||||
{
|
{
|
||||||
spinnerShown = true;
|
|
||||||
showSpinner("devices_old")
|
showSpinner("devices_old")
|
||||||
|
|
||||||
setTimeout("handleLoadingDialog()", 1000);
|
setTimeout("handleLoadingDialog()", 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user