This commit is contained in:
parent
3777353384
commit
07a9af80b4
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue