We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8018b7 + 2edec99 commit 477c293Copy full SHA for 477c293
.github/workflows/build-from-test.yml
@@ -202,7 +202,7 @@ jobs:
202
-H "Authorization: Token ${{ secrets.QOVERY_API_TOKEN }}" \
203
-H "Content-Type: application/json" \
204
-d '{
205
- "image_name": "${{ steps.image_lowercase.outputs.lowercase }}-${{ env.CLEAN_NETWORK }}",
+ "image_name": "intersectmbo/${{ matrix.name }}-${{ env.CLEAN_NETWORK }}",
206
"tag": "${{ env.COMMIT_TAG }}"
207
}'
208
0 commit comments