Update .drone.yml
Some checks reported errors
continuous-integration/drone/pr Build was killed
Cargo Build & Test / Rust project - latest (stable) (push) Has been cancelled
Cargo Build & Test / Rust project - latest (stable) (pull_request) Has been cancelled
continuous-integration/drone/push Build was killed

Added RUST_IMAGE to environment
This commit is contained in:
Leon Wilzer 2023-11-17 09:29:45 +01:00
parent c4241dd005
commit 66e42f6c09

View File

@ -1,6 +1,10 @@
kind: pipeline
name: test-on-amd64
environment:
RUST_IMAGE:
from_secret: RUST_IMAGE
platform:
arch: amd64
@ -19,6 +23,10 @@ name: test-on-arm64
platform:
arch: arm64
environment:
RUST_IMAGE:
from_secret: RUST_IMAGE
steps:
- name: test
image: ${RUST_IMAGE}