Skip to content

Commit 7d6bd3b

Browse files
committed
Add note about manual workflow trigger in self-hosting guide
1 parent 77920f9 commit 7d6bd3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/self-hosting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,5 @@ git push origin HEAD --tags --force
110110
```
111111

112112
After pushing a new version tag, the **Build and Push Docker Image** workflow will automatically trigger and publish the updated image.
113+
114+
> **Note:** If the workflow does not trigger automatically, run it manually from **Actions** > **Build and Push Docker Image** > **Run workflow**. The branch selection can be left as `main` — the workflow will build from the latest version tag.

0 commit comments

Comments
 (0)