no need to separately run check for release

This commit is contained in:
Sebastian Hugentobler 2023-03-09 11:01:54 +01:00
parent e690f3ce91
commit 658c219054
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -10,7 +10,6 @@ pipeline:
event: tag
commands:
- apk --no-cache add --repository=https://dl-cdn.alpinelinux.org/alpine/edge/testing cargo-deny make
- make check
- make release
publish-docker-image:
image: plugins/kaniko