feat: dockerfile publishing on release-10 branch

This commit is contained in:
Rafael Taranto 2024-08-10 11:21:55 +01:00
parent 95df06250e
commit 4a27be33f5
4 changed files with 86 additions and 44 deletions

View file

@ -46,8 +46,8 @@ function run () {
.catch(errorHandler)
}
runner()
handler = setInterval(runner, 10000)
runner()
})
})
}