Skip to content

Commit

Permalink
Fix and test with main only
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezIgnacio committed Feb 13, 2025
1 parent 31a741e commit 0fbc373
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: false
cache-from: |
type=gha,scope=${{ github.ref_name }}
type=gha,scope=main
cache-from: type=gha,scope=main
cache-to: type=gha,scope=${{ github.ref_name }},mode=max
file: Dockerfile

Expand Down

0 comments on commit 0fbc373

Please sign in to comment.