Skip to content

Commit

Permalink
chore: moved storage/cache stuff over to the same region as github ru…
Browse files Browse the repository at this point in the history
…nners
  • Loading branch information
peeter-tomberg committed Jul 17, 2023
1 parent dee2f16 commit df3cba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +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-from: type=registry,ref=${{env.REGISTRY}}/${{matrix.service}}:latest
# 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
# cache-to: type=inline
build-args: |
APP_NAME=${{ matrix.service }}
TURBO_TOKEN=${{ steps.turborepo-cache.outputs.TURBO_TOKEN }}
Expand Down

0 comments on commit df3cba1

Please sign in to comment.