drone-plugins / drone-docker

Drone plugin for publishing Docker images

Home Page:http://plugins.drone.io/drone-plugins/drone-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can pugin-docker access workspace content directly?

vicnoah opened this issue · comments

Can pugin-docker access workspace content directly? I encountered this problem when compiling docker, and I am currently using the copy command to copy the entire directory in the dockerfile. Since I compile a lot of docker containers, the compilation time tends to be extremely long.

Every plugin and step within Drone shares the workspace.