Compare commits
No commits in common. "37773533844103e0fe3724549a759058502af570" and "395cea76f9dab950af5cf1a0d964736fe3f87422" have entirely different histories.
3777353384
...
395cea76f9
1 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
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:
|
||||||
|
@ -10,8 +13,13 @@ 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/samuel-p/feed2toot
|
repo: cr.sp-codes.de/feed2toot
|
||||||
tags: latest
|
tags: latest
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
Reference in a new issue