Skip to content

Commit

Permalink
fixes for comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkemgoknar committed Oct 30, 2023
1 parent 0e4ab43 commit 996ea36
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-and-push-to-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down

0 comments on commit 996ea36

Please sign in to comment.