Compare commits
3 commits
a27d39753b
...
f39f9606da
Author | SHA1 | Date | |
---|---|---|---|
f39f9606da | |||
|
dc989a3a02 | ||
|
ba52903e23 |
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:5.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.81
|
||||
image: docker.io/rust:1.82
|
||||
commands:
|
||||
- cargo login "$CARGO_REGISTRY_TOKEN"
|
||||
- cargo publish --registry crates-io --no-verify
|
||||
|
|
Loading…
Reference in a new issue