From ab9527efcf2d623451166f1c4b91806d8e89af43 Mon Sep 17 00:00:00 2001 From: ggoknar Date: Mon, 30 Oct 2023 15:48:13 +0300 Subject: [PATCH] fix push tag --- .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 02e3835..79c88a7 100644 --- a/.github/workflows/build-and-push-to-ghcr.yml +++ b/.github/workflows/build-and-push-to-ghcr.yml @@ -41,6 +41,6 @@ jobs: push: true # Push if merged cache-from: type=registry,ref=ghcr.io/coqui-ai/xtts-streaming-server:cache-latest cache-to: type=registry,ref=ghcr.io/coqui-ai/xtts-streaming-server:cache-latest - tags: coqui-ai/xtts-streaming-server:latest, coqui-ai/xtts-streaming-server:${{ env.RELEASE_VERSION }}-${{ github.sha }} + tags: coqui-ai/xtts-streaming-server:latest, coqui-ai/xtts-streaming-server:main-${{ github.sha }} #build-args: