Compare commits
1 commit
f39f9606da
...
a27d39753b
Author | SHA1 | Date | |
---|---|---|---|
a27d39753b |
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:5.0
|
image: docker.io/woodpeckerci/plugin-docker-buildx:4.2
|
||||||
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.82
|
image: docker.io/rust:1.81
|
||||||
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