You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,11 @@ on:
122
122
description: 'Force multi-platform build (amd64+arm64) even for beta/rc tags'
123
123
type: boolean
124
124
default: false
125
+
docker_build_args:
126
+
description: 'Newline-separated Docker build arguments to pass to docker build (e.g., "APP_NAME=spi\nCOMPONENT_NAME=api"). Forwarded to docker/build-push-action build-args.'
127
+
type: string
128
+
required: false
129
+
default: ''
125
130
build_context_from_working_dir:
126
131
description: 'Use the component working_dir as Docker build context instead of build_context. Useful for independent modules (e.g., tools with their own go.mod).'
0 commit comments