This repository has been archived on 2022-05-03. You can view files and clone it, but cannot push or open issues or pull requests.
pixelfed/.woodpecker.yml
Samuel Philipp 404138abaf
All checks were successful
continuous-integration/woodpecker the build was successful
initial commit
2021-12-25 22:24:23 +01:00

31 lines
546 B
YAML

pipeline:
docker:
image: plugins/docker
secrets:
- DOCKER_USERNAME
- DOCKER_PASSWORD
repo: spcodes/pixelfed
tags:
- latest
when:
branch:
- main
event:
- 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/pixelfed
tags:
- latest
when:
branch:
- main
event:
- push