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.
1 parent e0c67be commit 14ac864Copy full SHA for 14ac864
.github/workflows/build.yml
@@ -286,7 +286,7 @@ jobs:
286
-DnpmPublishTrigger="${NPM_PUBLISH_TRIGGER}" \
287
-DpublishToJBMarketplace="${PUBLISH_TO_JBPM}" \
288
-DimageRepoBase=$IMAGE_REPO_BASE \
289
- --report report.html || RESULT=$?
+ --report report.html components/supervisor:docker || RESULT=$?
290
set +x
291
292
cat report.html >> $GITHUB_STEP_SUMMARY
0 commit comments