Files
goatbin/.woodpecker.yml
Gregory Marco 5783c0b558
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
initial commit of customized nginx
2024-12-05 01:50:15 -06:00

12 lines
213 B
YAML

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