fix(ci): fix rust image ref
This commit is contained in:
parent
1b703ff895
commit
73276f06f1
@ -21,7 +21,7 @@ variables:
|
|||||||
|
|
||||||
cargo_dependencies:
|
cargo_dependencies:
|
||||||
stage: prepare
|
stage: prepare
|
||||||
image: reg.imvictor.tech/hub/rust:1.72.0-slim
|
image: reg.imvictor.tech/hub/library/rust:1.72.0-slim
|
||||||
script:
|
script:
|
||||||
- mkdir -vp ${CARGO_HOME:-$HOME/.cargo}
|
- mkdir -vp ${CARGO_HOME:-$HOME/.cargo}
|
||||||
- >
|
- >
|
||||||
@ -42,7 +42,7 @@ cargo_dependencies:
|
|||||||
|
|
||||||
compile_websockify:
|
compile_websockify:
|
||||||
stage: compile
|
stage: compile
|
||||||
image: reg.imvictor.tech/hub/rust:1.72.0-slim
|
image: reg.imvictor.tech/hub/library/rust:1.72.0-slim
|
||||||
script:
|
script:
|
||||||
- export PATH=${CI_PROJECT_DIR}/.cargo/bin:${PATH}
|
- export PATH=${CI_PROJECT_DIR}/.cargo/bin:${PATH}
|
||||||
- cargo make websockify
|
- cargo make websockify
|
||||||
@ -55,7 +55,7 @@ compile_websockify:
|
|||||||
|
|
||||||
compile_rdp:
|
compile_rdp:
|
||||||
stage: compile
|
stage: compile
|
||||||
image: reg.imvictor.tech/hub/rust:1.72.0-slim
|
image: reg.imvictor.tech/hub/library/rust:1.72.0-slim
|
||||||
script:
|
script:
|
||||||
- export PATH=${CI_PROJECT_DIR}/.cargo/bin:${PATH}
|
- export PATH=${CI_PROJECT_DIR}/.cargo/bin:${PATH}
|
||||||
- cd webrdp
|
- cd webrdp
|
||||||
|
Loading…
Reference in New Issue
Block a user