fa1cf88563
Some checks failed
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
Rust / build (map[name:nightly]) (pull_request) Failing after 12s
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:stable]) (pull_request) Successful in 9m1s
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
|