Skip to content

Commit

Permalink
ci: remove unused caching steps
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jan 15, 2025
1 parent 2ac4db9 commit 961e4d5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,6 @@ jobs:
type=raw,value=latest,enable={{ is_default_branch }}
type=pep440,pattern={{version}}
- name: Cache Docker
uses: actions/cache@v4
id: cache
with:
path: conan-cache-docker
key: ${{ runner.os }}-conan-docker-${{ hashFiles('conanfile.py') }}

- name: Inject Cache into Docker
uses: reproducible-containers/buildkit-cache-dance@v3.1.0
with:
cache-map: |
{
"conan-cache-docker": "/root/.conan2/p"
}
skip-extraction: ${{ steps.cache.outputs.cache-hit }}

- name: Build and Push
uses: docker/build-push-action@v6
if: >
Expand Down

0 comments on commit 961e4d5

Please sign in to comment.