Files
containers/.drone/.gitea.yml
2021-09-13 11:30:14 -04:00

29 lines
585 B
YAML

---
clone:
git:
image: plugins/git
when:
path: 'gitea/*'
pipeline:
publish_gitea:
image: plugins/docker
repo: registry.service.dc1.consul:5000/gitea
registry: registry.service.dc1.consul:5000
insecure: true
context: gitea/
dockerfile: gitea/Dockerfile
when:
path: 'gitea/*'
publish_gitea_gchr:
image: plugins/docker
repo: gchr.io/gitea
registry: ghcr.io
username: sstent
password: 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
context: gitea/
dockerfile: gitea/Dockerfile
when:
path: 'gitea/*'
...