9fb4b577a7
Some checks failed
ci/woodpecker/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/tag-created Pipeline was successful
Rust / build (map[name:nightly]) (pull_request) Successful in 8m8s
Rust / build (map[name:stable]) (pull_request) Successful in 9m53s
ci/woodpecker/pull_request_closed/cron-docker-builder Pipeline was successful
ci/woodpecker/pull_request_closed/push-next Pipeline was successful
ci/woodpecker/pull_request_closed/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 4m42s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline failed
ci/woodpecker/push/tag-created Pipeline was successful
Rust / build (map[name:nightly]) (push) Successful in 8m9s
Rust / build (map[name:stable]) (push) Successful in 9m47s
ci/woodpecker/cron/cron-docker-builder Pipeline was successful
ci/woodpecker/cron/push-next Pipeline was successful
ci/woodpecker/cron/tag-created Pipeline was successful
13 lines
379 B
YAML
13 lines
379 B
YAML
steps:
|
|
docker-build:
|
|
when:
|
|
- event: push
|
|
branch: next
|
|
# INFO: https://woodpecker-ci.org/plugins/Docker%20Buildx
|
|
image: docker.io/woodpeckerci/plugin-docker-buildx:5.1.0
|
|
settings:
|
|
username: kemitix
|
|
repo: git.kemitix.net/kemitix/git-next
|
|
dockerfile: Dockerfile
|
|
auto_tag: false
|
|
dry-run: true # don't push to remote repo
|