diff --git a/.github/workflows/build-and-push-to-ghcr.yml b/.github/workflows/build-and-push-to-ghcr.yml index d186d53..bdb001d 100644 --- a/.github/workflows/build-and-push-to-ghcr.yml +++ b/.github/workflows/build-and-push-to-ghcr.yml @@ -22,9 +22,6 @@ jobs: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV fi export TAG=${GHCR_URL}:${{ env.RELEASE_VERSION }}-${{ github.sha }} - - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -41,8 +38,8 @@ jobs: context: "{{defaultContext}}:server" file: Dockerfile push: false - cache-from: type=registry,ref=ghcr.io/coqui-ai/xtts-streaming-server:latest - cache-to: type=registry,ref=ghcr.io/coqui-ai/xtts-streaming-server:latest + cache-from: type=registry,ref=ghcr.io/coqui-ai/xtts-streaming-server:latest-cache + cache-to: type=registry,ref=ghcr.io/coqui-ai/xtts-streaming-server:latest-cache tags: coqui-ai/xtts-streaming-server:latest #build-args: