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