updated .woodpecker.yml
Some checks failed
continuous-integration/woodpecker the build failed

This commit is contained in:
Samuel Philipp 2021-10-27 23:25:25 +02:00
parent 4b81cfaf5b
commit 4a3dcbcfcf

View file

@ -11,3 +11,18 @@ pipeline:
- 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: connectivity-check
tags: latest
when:
branch:
- main
event:
- push