Skip to content

Commit 6381504

Browse files
authored
Merge pull request #16 from dash14/docs/self-hosting-manual-workflow-note
Improve documentation for report step naming and self-hosting guide
2 parents 4868314 + 4fe9051 commit 6381504

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
context: .
108108
push: false # Set to true to push the built image
109109

110-
- name: Show what domains were accessed
110+
- name: Show buildcage report
111111
if: always()
112112
uses: dash14/buildcage/report@v1
113113
with:
@@ -158,7 +158,7 @@ jobs:
158158
context: .
159159
push: false # Set to true to push the built image
160160
161-
- name: Security report
161+
- name: Show buildcage report
162162
if: always()
163163
uses: dash14/buildcage/report@v1
164164
# Build fails if any unexpected connections were blocked

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)