22 lines
549 B
YAML
22 lines
549 B
YAML
log:
|
|
level: info
|
|
|
|
runner:
|
|
name: runner-build-2
|
|
capacity: 1
|
|
envs:
|
|
HTTP_PROXY: http://proxy:7890
|
|
HTTPS_PROXY: http://proxy:7890
|
|
NO_PROXY: localhost,127.0.0.1,pg-gitea,proxy,100.64.0.0/10,172.24.0.0/16
|
|
DOCKER_HOST: unix:///var/run/docker.sock
|
|
labels:
|
|
- "buildx:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
|
|
- "heavy:docker://ghcr.io/catthehacker/ubuntu:act-22.04"
|
|
|
|
container:
|
|
network: proxy_net
|
|
privileged: true
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
- ./buildkit-cache:/var/lib/buildkit
|