From 974305c4f5077351ad57ecc3762e4d1731433174 Mon Sep 17 00:00:00 2001 From: Rishikanth Chandrasekaran Date: Wed, 16 Oct 2024 16:03:29 -0700 Subject: [PATCH] Update github-actions-docker.yml --- .github/workflows/github-actions-docker.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/github-actions-docker.yml b/.github/workflows/github-actions-docker.yml index 91d13d5..894823c 100644 --- a/.github/workflows/github-actions-docker.yml +++ b/.github/workflows/github-actions-docker.yml @@ -20,16 +20,6 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - - name: Cache compiled binaries - uses: actions/cache@v3 - with: - path: | - /app/whisper.cpp - /usr/local/bin/ - /usr/local/share/man/man1/ - /usr/local/share/man/man5/ - key: ${{ runner.os }}-build-${{ hashFiles('Dockerfile') }} - - name: Build and push Docker image uses: docker/build-push-action@v6 with: @@ -37,8 +27,6 @@ jobs: push: true tags: | ghcr.io/rishikanthc/scriberr:nightly - cache-from: type=registry,ref=ghcr.io/rishikanthc/scriberr:nightly - cache-to: type=registry,ref=ghcr.io/rishikanthc/scriberr:nightly,mode=max - name: Verify multi-platform image run: |