Compare commits
2 commits
e002e6457e
...
03ab52f648
Author | SHA1 | Date | |
---|---|---|---|
03ab52f648 | |||
19402a24fb |
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
pipeline:
|
||||
docker:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets:
|
||||
- DOCKER_USERNAME
|
||||
- DOCKER_PASSWORD
|
||||
|
@ -13,7 +13,7 @@ pipeline:
|
|||
event:
|
||||
- push
|
||||
cr:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets:
|
||||
- source: CR_USERNAME
|
||||
target: DOCKER_USERNAME
|
||||
|
@ -21,7 +21,7 @@ pipeline:
|
|||
target: DOCKER_PASSWORD
|
||||
settings:
|
||||
registry: cr.sp-codes.de
|
||||
repo: cr.sp-codes.de/peertube
|
||||
repo: cr.sp-codes.de/sp-codes/peertube
|
||||
tags:
|
||||
- latest
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue