Skip to content

Commit 518f623

Browse files
committed
feat(ci): add build configuration arguments to pipeline
- Introduces build arguments for specifying the build configuration in the CI pipeline. - Enhances flexibility by allowing different build configurations during the image build process.
1 parent 67e27d9 commit 518f623

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pipeline.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,8 @@ jobs:
228228
with:
229229
context: ${{ env.container_image_build_context }}
230230
file: ${{ env.container_image_build_dockerfile }}
231+
build-args: |
232+
BUILD_CONFIGURATION=${{ env.build_configuration }}
231233
push: ${{ env.build_push == 'true' }}
232234
provenance: false
233235
platforms: ${{ env.container_image_build_platforms }}

0 commit comments

Comments
 (0)