updated .woodpecker.yml
This commit is contained in:
parent
d25cb8b5b3
commit
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