Skip to content

Commit

Permalink
Merge pull request #2656 from ohcnetwork/sainak/fix-test-workflow-sta…
Browse files Browse the repository at this point in the history
…ging-patch
  • Loading branch information
sainak authored Dec 16, 2024
2 parents cd35cef + 49f752f commit 222de29
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 222de29

Please sign in to comment.