chore: attempt to enable go caching for docker image build

This commit is contained in:
3wc 2023-01-15 17:03:17 -08:00
parent 025d1e0a8c
commit 44c4555aae

View File

@ -67,6 +67,9 @@ steps:
from_secret: git_coopcloud_tech_token_3wc from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud/abra repo: git.coopcloud.tech/coop-cloud/abra
tags: latest tags: latest
volumes:
- name: deps
path: /go
depends_on: depends_on:
# - make check # - make check
- make build - make build