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:
|
||||
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