8 lines
163 B
YAML
Executable File
8 lines
163 B
YAML
Executable File
steps:
|
|
build-plugin:
|
|
image: docker
|
|
commands:
|
|
- docker build -t goat-deploy-plugin .
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|