diff --git a/.github/workflows/greeting.yml b/.github/workflows/greeting.yml index dd5eecb5..28f5ead0 100644 --- a/.github/workflows/greeting.yml +++ b/.github/workflows/greeting.yml @@ -6,6 +6,7 @@ on: branches: [ "main" ] paths: - 'greeting/**' + - 'pipeline/**' jobs: call-main-workflow: diff --git a/pipeline/workflow-builder.Dockerfile b/pipeline/workflow-builder.Dockerfile index 3450e1f9..2207c034 100644 --- a/pipeline/workflow-builder.Dockerfile +++ b/pipeline/workflow-builder.Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/kiegroup/kogito-swf-builder-nightly:main-2024-02-07 AS builder +FROM quay.io/kiegroup/kogito-swf-builder-nightly:main-2024-02-13 AS builder # variables that can be overridden by the builder # To add a Quarkus extension to your application