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:
|
||||
docker:
|
||||
image: plugins/docker
|
||||
secrets:
|
||||
- DOCKER_USERNAME
|
||||
- DOCKER_PASSWORD
|
||||
repo: samuelph/feed2toot
|
||||
tags: latest
|
||||
when:
|
||||
|
@ -13,13 +10,8 @@ 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/feed2toot
|
||||
repo: cr.sp-codes.de/samuel-p/feed2toot
|
||||
tags: latest
|
||||
when:
|
||||
branch:
|
||||
|
|
Reference in a new issue