Files
web-deploy-plugin/.woodpecker.yml
2024-11-16 03:50:03 -06:00

8 lines
166 B
YAML
Executable File

pipeline:
build-plugin:
image: docker
commands:
- docker build -t goat-deploy-plugin .
volumes:
- /var/run/docker.sock:/var/run/docker.sock