From 6097ef7e2525b3d5f69f869600cb5ba464ee0a76 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Wed, 14 Jan 2026 09:04:06 +0100 Subject: [PATCH] chore: add manual build trigger --- .github/workflows/automatic-updates.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/automatic-updates.yml b/.github/workflows/automatic-updates.yml index 85334f63e..107f57081 100644 --- a/.github/workflows/automatic-updates.yml +++ b/.github/workflows/automatic-updates.yml @@ -1,6 +1,7 @@ name: Automatically update Docker image versions on: + workflow_dispatch: schedule: - cron: "*/15 * * * *"