This repository has been archived on 2021-12-08. You can view files and clone it, but cannot push or open issues or pull requests.
activity-relay-docker/.woodpecker.yml
Samuel Philipp f02efde03a
All checks were successful
continuous-integration/woodpecker the build was successful
initial commit
2021-11-27 03:32:38 +01:00

33 lines
586 B
YAML

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