All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
8 lines
164 B
YAML
Executable File
8 lines
164 B
YAML
Executable File
pipeline:
|
|
build-plugin:
|
|
image: docker
|
|
commands:
|
|
- docker build -t historian-plugin .
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|