Paul Campbell
34019b5c4a
Some checks failed
Rust / build (push) Successful in 2m9s
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) Failing after 56s
This is now handled by release-plz
16 lines
469 B
YAML
16 lines
469 B
YAML
steps:
|
|
docker-build:
|
|
when:
|
|
- event: tag
|
|
ref: refs/tags/v*
|
|
# 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: true
|
|
dry-run: false # push to remote repo
|
|
registry: git.kemitix.net
|
|
password:
|
|
from_secret: woodpecker-docker-push
|