From 2207b6132014e09c07ca86ced597aa465dd0909f Mon Sep 17 00:00:00 2001 From: Eric Deandrea Date: Thu, 21 Dec 2023 15:50:41 -0500 Subject: [PATCH] Create and push both openai and azure-openai images to quay --- .github/workflows/build-push-container-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push-container-images.yml b/.github/workflows/build-push-container-images.yml index cdeed2937c..5bc3664501 100644 --- a/.github/workflows/build-push-container-images.yml +++ b/.github/workflows/build-push-container-images.yml @@ -269,7 +269,7 @@ jobs: run: echo "CONTAINER_TAG=$(./compute-container-tag.sh ${{ env.APP_VERSION }} ${{ env.QUARKUS_VERSION }} "${{ matrix.kind }}" ${{ matrix.java }} "${{ matrix.project.openai-type }}")" >> $GITHUB_ENV - name: Create ADDITIONAL_TAG - working-directory: ./github/workflows/scripts + working-directory: .github/workflows/scripts shell: bash run: echo "ADDITIONAL_TAG=$(./compute-additional-tag.sh "${{ matrix.kind }}" ${{ matrix.java }} ${{ env.LATEST_IMAGE_TAG }} ${{ env.BRANCH }} "${{ matrix.project.openai-type }}")" >> $GITHUB_ENV @@ -351,7 +351,7 @@ jobs: run: echo "CONTAINER_TAG=$(./compute-container-tag.sh ${{ env.APP_VERSION }} ${{ env.QUARKUS_VERSION }} "${{ matrix.kind }}" ${{ matrix.java }} "${{ matrix.project.openai-type }}")" >> $GITHUB_ENV - name: Create ADDITIONAL_TAG - working-directory: ./github/workflows/scripts + working-directory: .github/workflows/scripts shell: bash run: echo "ADDITIONAL_TAG=$(./compute-additional-tag.sh "${{ matrix.kind }}" ${{ matrix.java }} ${{ env.LATEST_IMAGE_TAG }} ${{ env.BRANCH }} "${{ matrix.project.openai-type }}")" >> $GITHUB_ENV