diff --git a/.drone.yml b/.drone.yml index b309604..12822c3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -71,6 +71,10 @@ steps: depends_on: - build-publish-image +volumes: + - name: build + temp: {} + --- kind: pipeline