Skip to content

Commit 27d008f

Browse files
authored
ci: update docker build (#8829)
1 parent 8a51b89 commit 27d008f

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
@@ -19,7 +19,7 @@ COPY . .
1919
RUN git update-index --force-write-index
2020

2121
RUN --mount=type=cache,target=/root/.cargo/registry --mount=type=cache,target=/root/.cargo/git --mount=type=cache,target=/opt/foundry/target \
22-
source $HOME/.profile && cargo build --release --features cast/aws-kms,forge/aws-kms \
22+
source $HOME/.profile && cargo build --release --features foundry-cast/aws-kms,forge/aws-kms \
2323
&& mkdir out \
2424
&& mv target/release/forge out/forge \
2525
&& mv target/release/cast out/cast \

0 commit comments

Comments
 (0)