Skip to content

Commit db3841c

Browse files
Copilotpuehringer
andcommitted
Clean up formatting and finalize env configuration feature
Co-authored-by: puehringer <[email protected]>
1 parent 8f07c5c commit db3841c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-docker-artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ jobs:
113113
ecr_respositories: flavor.components.map(component => component.ecr_repository),
114114
components: flavor.components.map(component => {
115115
// Format env variables as build-args string
116-
const envBuildArgs = component.env ?
116+
const envBuildArgs = component.env ?
117117
Object.entries(component.env).map(([key, value]) => `${key}=${value}`).join('\n') : '';
118-
118+
119119
return {
120120
...component,
121121
// Add metadata to the component object (will be used as matrix input),

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.log
2+
.venv/

0 commit comments

Comments
 (0)