From 0b200d0a82e459f53d17c8f2b61efaa5d5e3b145 Mon Sep 17 00:00:00 2001 From: Peeter Tomberg Date: Mon, 17 Jul 2023 10:15:54 +0300 Subject: [PATCH] chore: moved storage/cache stuff over to the same region as github runners --- .github/workflows/terraform.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 12ddab63..3d2447c0 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -63,8 +63,9 @@ jobs: allow: network.host tags: ${{env.REGISTRY}}/${{matrix.service}}:${{env.DOCKER_TAG}},${{env.REGISTRY}}/${{matrix.service}}:latest file: tooling/docker/nest/Dockerfile + cache-to: type=registry,ref=${{env.REGISTRY}}/${{matrix.service}}:buildcache,mode=max + cache-from: type=registry,ref=${{env.REGISTRY}}/${{matrix.service}}:buildcache # cache-from: type=registry,ref=${{env.REGISTRY}}/${{matrix.service}}:latest - # cache-to: type=registry,ref=${{env.REGISTRY}}/${{matrix.service}}:buildcache,mode=max # cache-to: type=inline build-args: | APP_NAME=${{ matrix.service }}