From 2ba5a5c56cce42adf992d48d716ccd13a71e9bc7 Mon Sep 17 00:00:00 2001 From: Dave Earley Date: Fri, 31 May 2024 13:46:50 -0700 Subject: [PATCH] Add workflow_dispatch trigger to Docker build action --- .github/workflows/post-release-push-images.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/post-release-push-images.yml b/.github/workflows/post-release-push-images.yml index 593d7b8b..6297df45 100644 --- a/.github/workflows/post-release-push-images.yml +++ b/.github/workflows/post-release-push-images.yml @@ -3,6 +3,7 @@ name: Publish Docker image on: release: types: [published] + workflow_dispatch: jobs: push_to_registry: