Skip to content

Commit

Permalink
Fix cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Pavlovskiy committed Aug 19, 2023
1 parent e5cd9a1 commit 8af8ca0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/master_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
tags: |
nikitades/carres-api:latest
nikitades/carres-api:${{ github.sha }}
cache-from: type=gha,scope=api
cache-to: type=gha,mode=max,scope=api
cache-from: type=gha,scope=backend.api
cache-to: type=gha,mode=max,scope=backend.api
file: apps/backend/api.Dockerfile
platforms: linux/arm64

Expand All @@ -104,8 +104,8 @@ jobs:
tags: |
nikitades/carres-api:latest
nikitades/carres-api:${{ github.sha }}
cache-from: type=gha,scope=api
cache-to: type=gha,mode=max,scope=api
cache-from: type=gha,scope=backend.tgn
cache-to: type=gha,mode=max,scope=backend.tgn
file: apps/backend/api.Dockerfile
platforms: linux/arm64

Expand Down

0 comments on commit 8af8ca0

Please sign in to comment.