mirror of
https://github.com/Cian-H/my_nvim.git
synced 2025-12-22 16:21:56 +00:00
Update build_and_publish.yaml
This commit is contained in:
2
.github/workflows/build_and_publish.yaml
vendored
2
.github/workflows/build_and_publish.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user