mirror of
https://github.com/sstent/containers.git
synced 2025-12-06 08:01:51 +00:00
29 lines
585 B
YAML
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/*'
|
|
...
|