Use slim rust image for ci
This commit is contained in:
parent
ec5a8c58a8
commit
99966ba7db
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: rust
|
||||
image: rust:1.67-slim
|
||||
commands:
|
||||
- cargo build
|
||||
|
||||
|
@ -9,7 +9,7 @@ pipeline:
|
|||
secrets: [docker_username, docker_password]
|
||||
settings:
|
||||
platforms: linux/amd64, linux/arm64/v8
|
||||
repo: git.gaycatgirl.sex/evie/kyanite:latest
|
||||
repo: git.gaycatgirl.sex/evie/kyanite
|
||||
registry: git.gaycatgirl.sex
|
||||
tags: latest
|
||||
when:
|
||||
|
|
Reference in a new issue