Compare commits

..

No commits in common. "03ab52f64893987ed5023a361da1cb24d23ae8af" and "e002e6457ecfe42f69959d04585d1ed221e51d77" have entirely different histories.

View file

@ -1,6 +1,6 @@
pipeline: pipeline:
docker: docker:
image: woodpeckerci/plugin-docker-buildx image: plugins/docker
secrets: secrets:
- DOCKER_USERNAME - DOCKER_USERNAME
- DOCKER_PASSWORD - DOCKER_PASSWORD
@ -13,7 +13,7 @@ pipeline:
event: event:
- push - push
cr: cr:
image: woodpeckerci/plugin-docker-buildx image: plugins/docker
secrets: secrets:
- source: CR_USERNAME - source: CR_USERNAME
target: DOCKER_USERNAME target: DOCKER_USERNAME
@ -21,7 +21,7 @@ pipeline:
target: DOCKER_PASSWORD target: DOCKER_PASSWORD
settings: settings:
registry: cr.sp-codes.de registry: cr.sp-codes.de
repo: cr.sp-codes.de/sp-codes/peertube repo: cr.sp-codes.de/peertube
tags: tags:
- latest - latest
when: when: