From a631a8755159091334441d2ad3b2fb1d10ae1455 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 22 Jan 2025 15:08:16 +0000 Subject: [PATCH] Update build_and_publish.yaml --- .github/workflows/build_and_publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_and_publish.yaml b/.github/workflows/build_and_publish.yaml index d44b18a..c24b030 100644 --- a/.github/workflows/build_and_publish.yaml +++ b/.github/workflows/build_and_publish.yaml @@ -6,6 +6,8 @@ on: - main # or specify other branches you want to trigger the action tags: - 'v*' # This will also trigger on version tags + repository_dispatch: + types: [rebuild-container] # triggered by config repo action env: REGISTRY: ghcr.io