bambulab-wireguard-proxy/.woodpecker.yml
Dominik Heidler 21093e6406
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
nopriv
2025-02-24 12:58:29 +01:00

16 lines
375 B
YAML

steps:
publish:
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64
repo: git.f3l.de/${CI_REPO}
registry: git.f3l.de
tags: latest
username:
from_secret: registry_user
password:
from_secret: registry_token
debug: true
when:
branch: ${CI_REPO_DEFAULT_BRANCH}
event: push