Compare commits
1 commit
9ea9e662df
...
1394563083
Author | SHA1 | Date | |
---|---|---|---|
1394563083 |
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ steps:
|
||||||
update-builder-image:
|
update-builder-image:
|
||||||
when:
|
when:
|
||||||
- event: cron
|
- event: cron
|
||||||
image: docker.io/woodpeckerci/plugin-docker-buildx:4.2
|
image: docker.io/woodpeckerci/plugin-docker-buildx:4.0
|
||||||
settings:
|
settings:
|
||||||
username: kemitix
|
username: kemitix
|
||||||
repo: git.kemitix.net/kemitix/kxio-builder
|
repo: git.kemitix.net/kemitix/kxio-builder
|
||||||
|
@ -53,7 +53,7 @@ steps:
|
||||||
publish_to_crates_io:
|
publish_to_crates_io:
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
image: docker.io/rust:1.80
|
image: docker.io/rust:1.79
|
||||||
commands:
|
commands:
|
||||||
- cargo login "$CARGO_REGISTRY_TOKEN"
|
- cargo login "$CARGO_REGISTRY_TOKEN"
|
||||||
- cargo publish --registry crates-io --no-verify
|
- cargo publish --registry crates-io --no-verify
|
||||||
|
|
Loading…
Reference in a new issue