Skip to content

Commit

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

0 comments on commit 06dfd9d

Please sign in to comment.