Skip to content

Commit

Permalink
Fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak committed Dec 15, 2024
1 parent dc578c7 commit f18f77b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
restore-keys: |
${{ runner.os }}-buildx-
- name: Create new cache
run: |
mkdir -p /tmp/.buildx-cache-new
- name: Bake docker images
uses: docker/bake-action@v5
with:
Expand Down

0 comments on commit f18f77b

Please sign in to comment.