ci: add l4-port-manager image to Docker build workflows

The l4-port-manager service had a Dockerfile but was missing from the
GitHub Actions build matrix, so it was never built or pushed to GHCR.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
fuomag9
2026-03-24 00:20:00 +01:00
parent 39e9b9f0b9
commit 66f74b9928
3 changed files with 7 additions and 0 deletions

View File

@@ -29,6 +29,9 @@ jobs:
- service: caddy
dockerfile: docker/caddy/Dockerfile
context: .
- service: l4-port-manager
dockerfile: docker/l4-port-manager/Dockerfile
context: .
steps:
- name: Checkout repository