From 6abd276baa4c66a736d15c291ed09207203e8e08 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 15 Jan 2022 10:09:02 +0100 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9c8a30b..86a22e8 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,6 +1,8 @@ name: Publish docker images on: + #Allow manual trigger + workflow_dispatch: ~ #daily at 3 UTC schedule: - cron: "0 3 * * *"