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:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: rust
|
image: rust:1.67-slim
|
||||||
commands:
|
commands:
|
||||||
- cargo build
|
- cargo build
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ pipeline:
|
||||||
secrets: [docker_username, docker_password]
|
secrets: [docker_username, docker_password]
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64, linux/arm64/v8
|
platforms: linux/amd64, linux/arm64/v8
|
||||||
repo: git.gaycatgirl.sex/evie/kyanite:latest
|
repo: git.gaycatgirl.sex/evie/kyanite
|
||||||
registry: git.gaycatgirl.sex
|
registry: git.gaycatgirl.sex
|
||||||
tags: latest
|
tags: latest
|
||||||
when:
|
when:
|
||||||
|
|
Reference in a new issue