Clean up manual Watchtower containers
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 11s
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 11s
This commit is contained in:
3
admin.js
3
admin.js
@@ -469,8 +469,7 @@ async function runWatchtowerOnce() {
|
||||
|
||||
async function pollWatchtowerRun(runId, attempt = 0) {
|
||||
try {
|
||||
const cleanup = attempt > 0 ? '&cleanup=1' : '';
|
||||
const response = await fetch(`/api/watchtower/runs/${encodeURIComponent(runId)}?${cleanup}`, {
|
||||
const response = await fetch(`/api/watchtower/runs/${encodeURIComponent(runId)}`, {
|
||||
cache: 'no-store',
|
||||
headers: {
|
||||
Authorization: `Bearer ${tokenSet.id_token}`
|
||||
|
||||
Reference in New Issue
Block a user