diff --git a/.github/workflows/pr_checks.yaml b/.github/workflows/pr_checks.yaml index f9e61ce..73294b0 100644 --- a/.github/workflows/pr_checks.yaml +++ b/.github/workflows/pr_checks.yaml @@ -48,6 +48,7 @@ jobs: push: false cache-from: type=gha cache-to: type=gha,mode=max + load: true - name: Setup. run: | diff --git a/docker/compose.ci.yaml b/docker/compose.ci.yaml index 6a382f8..46c7e4e 100644 --- a/docker/compose.ci.yaml +++ b/docker/compose.ci.yaml @@ -3,9 +3,9 @@ name: captura-ci services: server: # NOTE: Should build before running for caching. - # build: - # context: '..' - # target: ci + build: + context: '..' + target: ci extends: file: ./compose.base.yaml service: server