Skip to content

Commit 2207b61

Browse files
committed
Create and push both openai and azure-openai images to quay
1 parent 1014259 commit 2207b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push-container-images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ jobs:
269269
run: echo "CONTAINER_TAG=$(./compute-container-tag.sh ${{ env.APP_VERSION }} ${{ env.QUARKUS_VERSION }} "${{ matrix.kind }}" ${{ matrix.java }} "${{ matrix.project.openai-type }}")" >> $GITHUB_ENV
270270

271271
- name: Create ADDITIONAL_TAG
272-
working-directory: ./github/workflows/scripts
272+
working-directory: .github/workflows/scripts
273273
shell: bash
274274
run: echo "ADDITIONAL_TAG=$(./compute-additional-tag.sh "${{ matrix.kind }}" ${{ matrix.java }} ${{ env.LATEST_IMAGE_TAG }} ${{ env.BRANCH }} "${{ matrix.project.openai-type }}")" >> $GITHUB_ENV
275275

@@ -351,7 +351,7 @@ jobs:
351351
run: echo "CONTAINER_TAG=$(./compute-container-tag.sh ${{ env.APP_VERSION }} ${{ env.QUARKUS_VERSION }} "${{ matrix.kind }}" ${{ matrix.java }} "${{ matrix.project.openai-type }}")" >> $GITHUB_ENV
352352

353353
- name: Create ADDITIONAL_TAG
354-
working-directory: ./github/workflows/scripts
354+
working-directory: .github/workflows/scripts
355355
shell: bash
356356
run: echo "ADDITIONAL_TAG=$(./compute-additional-tag.sh "${{ matrix.kind }}" ${{ matrix.java }} ${{ env.LATEST_IMAGE_TAG }} ${{ env.BRANCH }} "${{ matrix.project.openai-type }}")" >> $GITHUB_ENV
357357

0 commit comments

Comments
 (0)