Files
BuildImages/.woodpecker.yml
Gregory Marco ea03a83ca6
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
restrict image builds to linux/docker agents (we only have one of those)
2024-11-13 01:27:31 -06:00

12 lines
227 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