scripts/.woodpecker/docker.yml
Dawid Wysokiński f94fd27432
All checks were successful
ci/woodpecker/push/test Pipeline was successful
chore: update ci/cd pipelines
2024-04-01 09:21:56 +02:00

17 lines
369 B
YAML

when:
event: [tag]
ref: refs/tags/v*
steps:
publish:
image: woodpeckerci/plugin-docker-buildx
settings:
platforms: linux/amd64
repo: gitea.dwysokinski.me/twhelp-packages/scripts
registry: gitea.dwysokinski.me
auto_tag: true
username:
from_secret: docker_username
password:
from_secret: docker_password