Commit b45901f
committed
fix: add missing environment variables to smoke tests and fix image naming
1. Add missing MANAGED_DIMENSIONS_GRAPH environment variable to api-smoke.sh
This variable is required by the API to start properly
2. Add missing AUTH_ISSUER environment variable to app-smoke.sh
This variable is required by the app's nginx configuration script
3. Convert repository owner to lowercase in docker-build.yaml workflow
Docker image names must be lowercase. The repository_owner variable
contains "SwissFederalArchives" which causes "invalid reference format"
errors when tagging images. Convert to lowercase using tr command.
These fixes resolve the smoke test failures for all three components:
- API: Missing environment variable MANAGED_DIMENSIONS_GRAPH
- App: Missing environment variable AUTH_ISSUER
- CLI: Invalid image reference format due to uppercase repository name1 parent 31df4a6 commit b45901f
3 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments