Skip to content

Commit 2e7b0ce

Browse files
committed
Add the commit SHA tag during building of precompiled image
Signed-off-by: shiva kumar <[email protected]>
1 parent 777c08a commit 2e7b0ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/precompiled.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
VERSION: ${COMMIT_SHORT_SHA}
107107
BASE_TARGET: ${{ needs.set-driver-version-matrix.outputs[env.VAR_NAME_BASE_TARGET] }}
108108
LTS_KERNEL: ${{ needs.set-driver-version-matrix.outputs[env.VAR_NAME_LTS_KERNEL] }}
109+
VERSION: ${COMMIT_SHORT_SHA}
109110
run: |
110111
make DRIVER_BRANCH=${{ matrix.driver_branch }} KERNEL_FLAVOR=${{ matrix.flavor }} LTS_KERNEL=${LTS_KERNEL} build-base-${BASE_TARGET}
111112
@@ -122,6 +123,7 @@ jobs:
122123
VERSION: ${COMMIT_SHORT_SHA}
123124
PRECOMPILED: "true"
124125
DIST: signed_${{ matrix.dist }}
126+
VERSION: ${COMMIT_SHORT_SHA}
125127
run: |
126128
source kernel_version.txt && \
127129
make DRIVER_VERSIONS=${DRIVER_VERSIONS} DRIVER_BRANCH=${{ matrix.driver_branch }} build-${DIST}-${DRIVER_VERSION}

0 commit comments

Comments
 (0)