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 df3cba1 commit 0b200d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0b200d0

Please sign in to comment.