Compare commits
No commits in common. "ca7be5c4847ba40829ea70eeb92875b2880b0ad7" and "3f805b3ad5ec0792c7f35c85c36a2b31684066ce" have entirely different histories.
ca7be5c484
...
3f805b3ad5
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ steps:
|
|||
update-builder-image:
|
||||
when:
|
||||
- event: cron
|
||||
image: docker.io/woodpeckerci/plugin-docker-buildx:4.2
|
||||
image: docker.io/woodpeckerci/plugin-docker-buildx:4.0
|
||||
settings:
|
||||
username: kemitix
|
||||
repo: git.kemitix.net/kemitix/kxio-builder
|
||||
|
@ -53,7 +53,7 @@ steps:
|
|||
publish_to_crates_io:
|
||||
when:
|
||||
- event: tag
|
||||
image: docker.io/rust:1.80
|
||||
image: docker.io/rust:1.79
|
||||
commands:
|
||||
- cargo login "$CARGO_REGISTRY_TOKEN"
|
||||
- cargo publish --registry crates-io --no-verify
|
||||
|
|
Loading…
Reference in a new issue