Skip to content

Commit

Permalink
fix audio-to-text image name in gh action
Browse files Browse the repository at this point in the history
Signed-off-by: sallyom <somalley@redhat.com>
  • Loading branch information
sallyom committed Mar 18, 2024
1 parent df37020 commit 61c2020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-application-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 61c2020

Please sign in to comment.