From 44c4555aae6df27dbab70f3ea7b3839390ddd23e Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 15 Jan 2023 17:03:17 -0800 Subject: [PATCH] chore: attempt to enable go caching for docker image build --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4297d058..396055b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,6 +67,9 @@ steps: from_secret: git_coopcloud_tech_token_3wc repo: git.coopcloud.tech/coop-cloud/abra tags: latest + volumes: + - name: deps + path: /go depends_on: # - make check - make build