All checks were successful
ci/woodpecker/push/drone Pipeline was successful
8 lines
166 B
YAML
8 lines
166 B
YAML
pipeline:
|
|
build-plugin:
|
|
image: docker
|
|
commands:
|
|
- docker build -t goat-deploy-plugin .
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|