This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
feed2toot-docker/.woodpecker.yml
Samuel Philipp 43ea3960d1
All checks were successful
continuous-integration/woodpecker the build was successful
migrated .drone.yml to .woodpecker.yml
2021-11-03 23:18:29 +01:00

29 lines
533 B
YAML

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