Update build_and_publish.yaml

This commit is contained in:
2025-01-22 15:08:16 +00:00
committed by GitHub
parent bad1f4a545
commit a631a87551

View File

@@ -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