From e9db921f0cdf08dd03487742fa6ceaa0f3f8f54e Mon Sep 17 00:00:00 2001 From: sallyom Date: Wed, 10 Apr 2024 12:19:19 -0400 Subject: [PATCH] a few more builds to app changes Signed-off-by: sallyom --- .github/workflows/ailab_image_build_push.yaml | 16 ++++++++-------- .github/workflows/chatbot.yaml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ailab_image_build_push.yaml b/.github/workflows/ailab_image_build_push.yaml index a0ad82bea..a070256aa 100644 --- a/.github/workflows/ailab_image_build_push.yaml +++ b/.github/workflows/ailab_image_build_push.yaml @@ -168,8 +168,8 @@ jobs: image: ${{ env.RAG_IMAGE_NAME }} tags: latest ${{ github.sha }} platforms: linux/amd64, linux/arm64 - containerfiles: ./recipes/natural_language_processing/rag/builds/Containerfile - context: recipes/natural_language_processing/rag + containerfiles: ./recipes/natural_language_processing/rag/app/Containerfile + context: recipes/natural_language_processing/rag/app - name: Login to quay.io uses: redhat-actions/podman-login@v1 @@ -247,8 +247,8 @@ jobs: image: ${{ env.CODEGEN_IMAGE_NAME }} tags: latest ${{ github.sha }} platforms: linux/amd64, linux/arm64 - containerfiles: ./recipes/natural_language_processing/codegen/builds/Containerfile - context: recipes/natural_language_processing/codegen + containerfiles: ./recipes/natural_language_processing/codegen/app/Containerfile + context: recipes/natural_language_processing/codegen/app - name: Login to quay.io uses: redhat-actions/podman-login@v1 @@ -287,8 +287,8 @@ jobs: image: ${{ env.CHATBOT_IMAGE_NAME }} tags: latest ${{ github.sha }} platforms: linux/amd64, linux/arm64 - containerfiles: ./recipes/natural_language_processing/chatbot/builds/Containerfile - context: recipes/natural_language_processing/chatbot + containerfiles: ./recipes/natural_language_processing/chatbot/app/Containerfile + context: recipes/natural_language_processing/chatbot/app - name: Login to quay.io uses: redhat-actions/podman-login@v1 @@ -327,8 +327,8 @@ jobs: image: ${{ env.SUMMARIZER_IMAGE_NAME }} tags: latest ${{ github.sha }} platforms: linux/amd64, linux/arm64 - containerfiles: ./recipes/natural_language_processing/summarizer/builds/Containerfile - context: recipes/natural_language_processing/summarizer + containerfiles: ./recipes/natural_language_processing/summarizer/app/Containerfile + context: recipes/natural_language_processing/summarizer/app - name: Login to quay.io uses: redhat-actions/podman-login@v1 diff --git a/.github/workflows/chatbot.yaml b/.github/workflows/chatbot.yaml index 2bc7223a6..bb11a7faa 100644 --- a/.github/workflows/chatbot.yaml +++ b/.github/workflows/chatbot.yaml @@ -46,8 +46,8 @@ jobs: image: ${{ env.REGISTRY }}/containers/${{ env.IMAGE_NAME }} tags: latest platforms: linux/amd64, linux/arm64 - containerfiles: ./recipes/natural_language_processing/${{ env.IMAGE_NAME }}/builds/Containerfile - context: recipes/natural_language_processing/${{ env.IMAGE_NAME }} + containerfiles: ./recipes/natural_language_processing/${{ env.IMAGE_NAME }}/app/Containerfile + context: recipes/natural_language_processing/${{ env.IMAGE_NAME }}/app - name: Set up Python uses: actions/setup-python@v5.0.0