mirror of
https://github.com/sct/overseerr.git
synced 2025-12-30 09:41:37 +01:00
ci: temporarily clean cache to fix docker builds
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -39,6 +39,10 @@ jobs:
|
||||
uses: docker/setup-qemu-action@v2
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
# temporarily clear out cache
|
||||
- name: Remove cache
|
||||
run: |
|
||||
rm -rf /tmp/.buildx-cache
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user