Files
BuildImages/.woodpecker.yml
2024-12-15 01:14:19 -06:00

20 lines
395 B
YAML

labels:
platform: linux/amd64
backend: docker
steps:
build-nukage-ci:
image: docker
commands:
- docker build -t nukage-ci nukage-ci
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
build-godot:
image: docker
commands:
- docker build -t godot godot
volumes:
- /var/run/docker.sock:/var/run/docker.sock