lander/.woodpecker/docker-rel.yml

26 lines
498 B
YAML

platform: 'linux/amd64'
branches: 'main'
pipeline:
docker:
image: 'plugins/docker'
settings:
registry: 'git.rustybever.be'
repo: 'git.rustybever.be/chewing_bever/lander'
tag:
- 'latest'
- '${CI_COMMIT_TAG}'
mtu: 1300
secrets:
- 'docker_username'
- 'docker_password'
event: tag
deploy:
image: 'curlimages/curl'
secrets:
- 'webhook_url'
commands:
- 'curl -XPOST -s --fail $WEBHOOK_URL'
event: tag