This repository has been archived on 2022-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
morty/.woodpecker.yml
Samuel Philipp b72e26ff84
All checks were successful
continuous-integration/woodpecker the build was successful
migrated to woodpecker
2021-11-05 00:24:12 +01:00

29 lines
524 B
YAML

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