ci(workflows.docker): update image namespace

This commit is contained in:
Enno Hermann 2024-04-04 19:38:22 +02:00
parent 107e22c689
commit 31f1c8b414
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ jobs:
id: compute-tag id: compute-tag
run: | run: |
set -ex set -ex
base="ghcr.io/coqui-ai/tts" base="ghcr.io/idiap/coqui-tts"
tags="" # PR build tags="" # PR build
if [[ ${{ matrix.base }} = "python:3.10.8-slim" ]]; then if [[ ${{ matrix.base }} = "python:3.10.8-slim" ]]; then
base="ghcr.io/coqui-ai/tts-cpu" base="ghcr.io/idiap/coqui-tts-cpu"
fi fi
if [[ "${{ startsWith(github.ref, 'refs/heads/') }}" = "true" ]]; then if [[ "${{ startsWith(github.ref, 'refs/heads/') }}" = "true" ]]; then