16 lines
370 B
YAML
16 lines
370 B
YAML
version: "1.1"
|
|
name: package-registry
|
|
description: "Local Package Registry"
|
|
repos:
|
|
- github.com/cerc-io/hosting
|
|
- gitea.com/gitea/act_runner
|
|
containers:
|
|
- cerc/act-runner
|
|
- cerc/act-runner-task-executor
|
|
pods:
|
|
- name: gitea
|
|
repository: cerc-io/hosting
|
|
path: gitea
|
|
pre_start_command: "run-this-first.sh"
|
|
post_start_command: "initialize-gitea.sh"
|