cic-custodial/docker-compose.build.yaml
Mohammed Sohail 529f9ab626
fix: enable CGO builds
* debian with CGO build step
* goreleaser binary build
2022-12-01 09:19:47 +00:00

10 lines
314 B
YAML

version: '3.9'
services:
cic-custodial:
image: ${IMAGE_BASE_URL:-ghcr.io/grassrootseconomics/cic-custodial}/cic-custodial:${TAG:-latest}
build:
context: .
dockerfile: Dockerfile
cache_from:
- ${IMAGE_BASE_URL:-ghcr.io/grassrootseconomics/cic-custodial}/cic-cache:latest