We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 463a074 commit 863e645Copy full SHA for 863e645
dockerfiles/Dockerfile
@@ -81,7 +81,7 @@ ARG PROFILE_DIR=release
81
RUN --mount=type=cache,target=/usr/local/cargo/registry,id=cargo-registry,sharing=locked \
82
--mount=type=cache,target=/build/target,id=cargo-target,sharing=locked \
83
mkdir /artifacts && \
84
- cargo build --profile=$PROFILE \
+ cargo build --profile=$PROFILE && \
85
cp /build/target/$PROFILE_DIR/cratesfyi /artifacts/
86
87
######################
0 commit comments