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.
searx/.woodpecker.yml
Samuel Philipp 058dcea9e0
All checks were successful
continuous-integration/woodpecker the build was successful
migrated to woodpecker
2021-11-05 00:01:55 +01:00

33 lines
568 B
YAML

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