File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ jobs:
269
269
run : echo "CONTAINER_TAG=$(./compute-container-tag.sh ${{ env.APP_VERSION }} ${{ env.QUARKUS_VERSION }} "${{ matrix.kind }}" ${{ matrix.java }} "${{ matrix.project.openai-type }}")" >> $GITHUB_ENV
270
270
271
271
- name : Create ADDITIONAL_TAG
272
- working-directory : ./ github/workflows/scripts
272
+ working-directory : .github/workflows/scripts
273
273
shell : bash
274
274
run : echo "ADDITIONAL_TAG=$(./compute-additional-tag.sh "${{ matrix.kind }}" ${{ matrix.java }} ${{ env.LATEST_IMAGE_TAG }} ${{ env.BRANCH }} "${{ matrix.project.openai-type }}")" >> $GITHUB_ENV
275
275
@@ -351,7 +351,7 @@ jobs:
351
351
run : echo "CONTAINER_TAG=$(./compute-container-tag.sh ${{ env.APP_VERSION }} ${{ env.QUARKUS_VERSION }} "${{ matrix.kind }}" ${{ matrix.java }} "${{ matrix.project.openai-type }}")" >> $GITHUB_ENV
352
352
353
353
- name : Create ADDITIONAL_TAG
354
- working-directory : ./ github/workflows/scripts
354
+ working-directory : .github/workflows/scripts
355
355
shell : bash
356
356
run : echo "ADDITIONAL_TAG=$(./compute-additional-tag.sh "${{ matrix.kind }}" ${{ matrix.java }} ${{ env.LATEST_IMAGE_TAG }} ${{ env.BRANCH }} "${{ matrix.project.openai-type }}")" >> $GITHUB_ENV
357
357
You can’t perform that action at this time.
0 commit comments