Skip to content

Commit

Permalink
Create and push both openai and azure-openai images to quay
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Dec 21, 2023
1 parent 1014259 commit 2207b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2207b61

Please sign in to comment.