mirror of https://github.com/coqui-ai/TTS.git
ci(workflows.docker): update image namespace
This commit is contained in:
parent
107e22c689
commit
31f1c8b414
|
@ -29,11 +29,11 @@ jobs:
|
|||
id: compute-tag
|
||||
run: |
|
||||
set -ex
|
||||
base="ghcr.io/coqui-ai/tts"
|
||||
base="ghcr.io/idiap/coqui-tts"
|
||||
tags="" # PR build
|
||||
|
||||
if [[ ${{ matrix.base }} = "python:3.10.8-slim" ]]; then
|
||||
base="ghcr.io/coqui-ai/tts-cpu"
|
||||
base="ghcr.io/idiap/coqui-tts-cpu"
|
||||
fi
|
||||
|
||||
if [[ "${{ startsWith(github.ref, 'refs/heads/') }}" = "true" ]]; then
|
||||
|
|
Loading…
Reference in New Issue