misc(ci): reintroduce variables

This commit is contained in:
Morgan Funtowicz 2025-01-09 09:53:58 +01:00
parent 1a95ee4cf1
commit 59db9fe9d6

View File

@ -66,6 +66,9 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y &&
cargo install sccache --locked cargo install sccache --locked
# Build actual TGI # Build actual TGI
ARG build_type
ARG is_gha_build
# SCCACHE Specifics args - before finding a better, more generic, way... # SCCACHE Specifics args - before finding a better, more generic, way...
ARG aws_access_key_id ARG aws_access_key_id
ARG aws_secret_access_key ARG aws_secret_access_key