Skip to content

Commit 477c293

Browse files
authored
Merge pull request #3835 from IntersectMBO/feat/wf-check-and-build-qa
updates image name in curl command
2 parents e8018b7 + 2edec99 commit 477c293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-from-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
-H "Authorization: Token ${{ secrets.QOVERY_API_TOKEN }}" \
203203
-H "Content-Type: application/json" \
204204
-d '{
205-
"image_name": "${{ steps.image_lowercase.outputs.lowercase }}-${{ env.CLEAN_NETWORK }}",
205+
"image_name": "intersectmbo/${{ matrix.name }}-${{ env.CLEAN_NETWORK }}",
206206
"tag": "${{ env.COMMIT_TAG }}"
207207
}'
208208

0 commit comments

Comments
 (0)