Fixed version string
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 2m30s
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 2m30s
This commit is contained in:
@@ -14,6 +14,9 @@ ENV RUSTC_BOOTSTRAP=1
|
||||
RUN cargo chef cook --release --recipe-path recipe.json
|
||||
|
||||
COPY . .
|
||||
ARG RELEASE_VERSION
|
||||
ENV RELEASE_VERSION=${RELEASE_VERSION}
|
||||
# HACK: Enable the use of features on stable
|
||||
ENV RUSTC_BOOTSTRAP=1
|
||||
RUN cargo auditable build --release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user