Skip to content

Commit

Permalink
Add necessary build args for upstream
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Golan <[email protected]>
  • Loading branch information
rgolangh authored and gabriel-farache committed Jun 20, 2024
1 parent d6c5c1e commit ca9ae99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
pipeline/workflow-builder.Dockerfile
build-args: |
WF_RESOURCES=${{ inputs.workflow_id }}/
FLOW_NAME=${{ inputs.workflow_id }}/
FLOW_SUMMARY=${{ inputs.workflow_id }}/
FLOW_DESCRIPTION=${{ inputs.workflow_id }}/
MAVEN_ARGS_APPEND=-Dkogito.persistence.type=jdbc -Dquarkus.datasource.db-kind=postgresql -Dkogito.persistence.proto.marshaller=false
QUARKUS_EXTENSIONS=org.kie.kogito:kogito-addons-quarkus-jobs-knative-eventing:9.99.1.redhat-00003,org.kie.kogito:kogito-addons-quarkus-persistence-jdbc:9.99.1.redhat-00003,org.kie.kogito:kogito-addons-persistence-jdbc:9.99.1.redhat-00003,io.quarkus:quarkus-jdbc-postgresql:3.2.9.Final,io.quarkus:quarkus-agroal:3.2.9.Final,org.kie:kie-addons-quarkus-monitoring-prometheus:999-SNAPSHOT,org.kie:kie-addons-quarkus-monitoring-sonataflow:999-SNAPSHOT
Expand All @@ -55,6 +58,9 @@ jobs:
pipeline/workflow-builder-dev.Dockerfile
build-args: |
WF_RESOURCES=${{ inputs.workflow_id }}/
FLOW_NAME=${{ inputs.workflow_id }}/
FLOW_SUMMARY=${{ inputs.workflow_id }}/
FLOW_DESCRIPTION=${{ inputs.workflow_id }}/
MAVEN_ARGS_APPEND=
QUARKUS_EXTENSIONS=
Expand Down

0 comments on commit ca9ae99

Please sign in to comment.