Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezIgnacio committed Dec 9, 2024
1 parent 98cc716 commit 546d799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
with:
push: false
cache-from: |
type=gha,scope=${{ github.ref_name }}
type=gha,scope=prod-${{ github.ref_name }}
type=gha,ref=main
cache-to: type=gha,scope=${{ github.ref_name }},mode=max
cache-to: type=gha,scope=prod-${{ github.ref_name }},mode=max
file: Dockerfile
docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 546d799

Please sign in to comment.