Paul Campbell
f3a5b9cb4c
All checks were successful
Rust / build (map[name:nightly]) (push) Successful in 6m21s
Rust / build (map[name:stable]) (push) Successful in 8m29s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 1m27s
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
Remove woodpecker's TODO checker
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:4.2.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
|