updated .woodpecker.yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Samuel Philipp 2023-07-13 02:17:31 +02:00
parent 3777353384
commit 07a9af80b4

View file

@ -1,6 +1,9 @@
pipeline:
docker:
image: plugins/docker
secrets:
- DOCKER_USERNAME
- DOCKER_PASSWORD
repo: samuelph/feed2toot
tags: latest
when:
@ -10,6 +13,11 @@ pipeline:
- 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/feed2toot
tags: latest