chore: attempt to enable go caching for docker image build
continuous-integration/drone/push Build was killed Details

This commit is contained in:
3wc 2023-01-15 17:03:17 -08:00
parent 025d1e0a8c
commit 44c4555aae
1 changed files with 3 additions and 0 deletions

View File

@ -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