Skip to content

Commit 76105cf

Browse files
committed
ci: Fix RPM version
Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent 31988fa commit 76105cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN --mount=type=cache,target=/src/target --mount=type=cache,target=/var/roothom
4545

4646
FROM buildroot as build
4747
# Build RPM directly from source, using cached target directory
48-
RUN --mount=type=cache,target=/src/target --mount=type=cache,target=/var/roothome --network=none RPM_VERSION=${pkgversion} /src/contrib/packaging/build-rpm
48+
RUN --mount=type=cache,target=/src/target --mount=type=cache,target=/var/roothome --network=none RPM_VERSION="${pkgversion}" /src/contrib/packaging/build-rpm
4949

5050
# This "build" includes our unit tests
5151
FROM build as units

0 commit comments

Comments
 (0)