Skip to content

Commit 48c5edc

Browse files
committed
Reintroduce BUILD_VERSION
It's passed by the legacy builder and by Supervisor, keep it for backward compat.
1 parent c711632 commit 48c5edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/build-image/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ runs:
167167
168168
build_args=()
169169
build_args+=("BUILD_ARCH=${ARCH}")
170+
build_args+=("BUILD_VERSION=${VERSION}")
170171
while IFS= read -r line; do
171172
[[ -n "$line" ]] && build_args+=("$line")
172173
done <<< "${BUILD_ARGS_INPUT}"

0 commit comments

Comments
 (0)