diff --git a/.github/workflows/build-application-images.yaml b/.github/workflows/build-application-images.yaml index c2f0fddf..f8756d34 100644 --- a/.github/workflows/build-application-images.yaml +++ b/.github/workflows/build-application-images.yaml @@ -23,7 +23,7 @@ jobs: CODEGEN_IMAGE: locallm-codegen RAG_IMAGE: locallm-rag CHROMADB_IMAGE: locallm-chromadb - AUDIO_TO_TEXT: locallm-audio-to-text + AUDIO_TO_TEXT_IMAGE: locallm-audio-to-text steps: - uses: actions/checkout@v4 with: @@ -226,7 +226,7 @@ jobs: platforms: linux/amd64, linux/arm64 context: audio-to-text containerfiles: | - ./audio-to-text/Containerfile + ./audio-to-text/client/Containerfile - name: Push audio-to-text image id: push_audio_text