Skip to content

Commit

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

Expand Down

0 comments on commit 7c6ab73

Please sign in to comment.