Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
context: .
push: false # Set to true to push the built image

- name: Show what domains were accessed
- name: Show buildcage report
if: always()
uses: dash14/buildcage/report@v1
with:
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
context: .
push: false # Set to true to push the built image

- name: Security report
- name: Show buildcage report
if: always()
uses: dash14/buildcage/report@v1
# Build fails if any unexpected connections were blocked
Expand Down
2 changes: 2 additions & 0 deletions docs/self-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,5 @@ git push origin HEAD --tags --force
```

After pushing a new version tag, the **Build and Push Docker Image** workflow will automatically trigger and publish the updated image.

> **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.
Loading