Fix docker rust image in drone config
This commit is contained in:
parent
7c9bbd1a3f
commit
765bca4241
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ steps:
|
|||
# - ls target
|
||||
|
||||
- name: build_test
|
||||
image: rust:1.50-musl
|
||||
image: drone_rust:1.50-musl
|
||||
volumes:
|
||||
- name: target
|
||||
path: /drone/src/target
|
||||
|
|
@ -26,7 +26,7 @@ steps:
|
|||
- cargo build --release
|
||||
|
||||
- name: run_test
|
||||
image: rust:1.50-musl
|
||||
image: drone_rust:1.50-musl
|
||||
volumes:
|
||||
- name: target
|
||||
path: /drone/src/target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue