Compare commits
2 commits
395cea76f9
...
3777353384
Author | SHA1 | Date | |
---|---|---|---|
3777353384 | |||
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