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 8ecc083 commit 2a69e32Copy full SHA for 2a69e32
1 file changed
deploy/docker/Dockerfile.ci
@@ -60,6 +60,7 @@ RUN curl https://mise.run | sh
60
COPY mise.toml /opt/mise/mise.toml
61
COPY build/ /opt/mise/build/
62
WORKDIR /opt/mise
63
+ARG MISE_GITHUB_TOKEN
64
RUN mise trust /opt/mise/mise.toml && \
65
env -u RUSTC_WRAPPER mise install && \
66
/root/.cargo/bin/rustup component remove rust-docs || true && \
0 commit comments