updated .woodpecker.yml
This commit is contained in:
parent
61d62d9ce3
commit
ef8065d2da
1 changed files with 1 additions and 9 deletions
|
@ -1,9 +1,6 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
docker:
|
docker:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
secrets:
|
|
||||||
- DOCKER_USERNAME
|
|
||||||
- DOCKER_PASSWORD
|
|
||||||
repo: samuelph/feed2toot
|
repo: samuelph/feed2toot
|
||||||
tags: latest
|
tags: latest
|
||||||
when:
|
when:
|
||||||
|
@ -13,13 +10,8 @@ pipeline:
|
||||||
- push
|
- push
|
||||||
cr:
|
cr:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
secrets:
|
|
||||||
- source: CR_USERNAME
|
|
||||||
target: DOCKER_USERNAME
|
|
||||||
- source: CR_PASSWORD
|
|
||||||
target: DOCKER_PASSWORD
|
|
||||||
registry: cr.sp-codes.de
|
registry: cr.sp-codes.de
|
||||||
repo: cr.sp-codes.de/feed2toot
|
repo: cr.sp-codes.de/samuel-p/feed2toot
|
||||||
tags: latest
|
tags: latest
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
Reference in a new issue