Skip to content

Commit

Permalink
update matrix strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetsharma21 committed Oct 10, 2024
1 parent 74716e0 commit a8f561b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/sklearnserver-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,6 @@ jobs:
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3

# Cache Docker layers using GitHub Actions caching
- name: Cache Docker layers
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-docker-${{ matrix.platform }}-${{ github.sha }}
restore-keys: |
${{ runner.os }}-docker-${{ matrix.platform }}-
- name: Run tests
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit a8f561b

Please sign in to comment.