dwysokinski.me/.woodpecker/docker.yml

21 lines
534 B
YAML

when:
event: [tag]
ref: refs/tags/v*
steps:
publish:
image: woodpeckerci/plugin-docker-buildx
group: docker
settings:
platforms: linux/amd64,linux/arm64/v8
repo: gitea.dwysokinski.me/kichiyaki-packages/dwysokinski.me
registry: gitea.dwysokinski.me
auto_tag: true
username:
from_secret: docker_username
password:
from_secret: docker_password
build_args:
- PLAUSIBLE_CUSTOM_DOMAIN=plausible.dwysokinski.me
- PLAUSIBLE_SCRIPT_URI=/js/script.js