send build context to dockerfile
All checks were successful
ci/woodpecker/push/drone Pipeline was successful

This commit is contained in:
2023-03-31 01:50:07 -05:00
parent 51b9153481
commit 75b5864b9b

View File

@@ -2,6 +2,6 @@ pipeline:
build-plugin: build-plugin:
image: docker image: docker
commands: commands:
- cat Dockerfile | docker build -t goat-deploy-plugin - - docker build -t goat-deploy-plugin .
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock