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