From 4d48b9c4931ffb7b4da9a7827bc88889880ce467 Mon Sep 17 00:00:00 2001 From: ggoknar Date: Mon, 30 Oct 2023 14:11:43 +0300 Subject: [PATCH] pr should try to build it too --- .github/workflows/build-and-push-to-ghcr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-to-ghcr.yml b/.github/workflows/build-and-push-to-ghcr.yml index 881b9be..413e9e6 100644 --- a/.github/workflows/build-and-push-to-ghcr.yml +++ b/.github/workflows/build-and-push-to-ghcr.yml @@ -37,5 +37,5 @@ jobs: push: true 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 - tags: coqui-ai/xtts-streaming-server:latest, ${GHCR_URL}:${{ env.RELEASE_VERSION }}-${{ github.sha }} + tags: coqui-ai/xtts-streaming-server:latest, ${{ GHCR_URL }}:${{ env.RELEASE_VERSION }}-${{ github.sha }} #build-args: