need alpine testing repo for cargo deny
This commit is contained in:
parent
d5af19b02a
commit
e690f3ce91
@ -2,14 +2,14 @@ pipeline:
|
|||||||
check:
|
check:
|
||||||
image: docker.io/rust:1.67-alpine3.17
|
image: docker.io/rust:1.67-alpine3.17
|
||||||
commands:
|
commands:
|
||||||
- apk --no-cache add cargo-deny make
|
- apk --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing add cargo-deny make
|
||||||
- make check
|
- make check
|
||||||
release:
|
release:
|
||||||
image: docker.io/rust:1.67-alpine3.17
|
image: docker.io/rust:1.67-alpine3.17
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
commands:
|
commands:
|
||||||
- apk --no-cache add cargo-deny make
|
- apk --no-cache add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing cargo-deny make
|
||||||
- make check
|
- make check
|
||||||
- make release
|
- make release
|
||||||
publish-docker-image:
|
publish-docker-image:
|
||||||
|
Loading…
Reference in New Issue
Block a user