aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/dockerfile.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dockerfile.yaml b/.github/workflows/dockerfile.yaml
index 1074294..c2823ea 100644
--- a/.github/workflows/dockerfile.yaml
+++ b/.github/workflows/dockerfile.yaml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: true
matrix:
- crate: ["pseudonyms", "warden", "configuration"]
+ crate: ["pseudonyms", "warden", "configuration", "router"]
name: build / ${{ matrix.crate }}
steps:
- uses: actions/checkout@v4