connectivity-check/.woodpecker.yml
Samuel Philipp b63ad02710
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
updated .woodpecker.yml
2023-07-13 02:21:53 +02:00

28 lines
560 B
YAML

pipeline:
docker:
image: plugins/docker
secrets:
- DOCKER_USERNAME
- DOCKER_PASSWORD
repo: samuelph/connectivity-check
tags: latest
when:
branch:
- main
event:
- push
cr:
image: plugins/docker
secrets:
- source: CR_USERNAME
target: DOCKER_USERNAME
- source: CR_PASSWORD
target: DOCKER_PASSWORD
registry: cr.sp-codes.de
repo: cr.sp-codes.de/samuel-p/connectivity-check
tags: latest
when:
branch:
- main
event:
- push