Skip to content

Commit

Permalink
Build greeting image when builder image changes
Browse files Browse the repository at this point in the history
Signed-off-by: Moti Asayag <[email protected]>
  • Loading branch information
masayag committed Feb 14, 2024
1 parent bf2af7f commit f6fbb19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/greeting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [ "main" ]
paths:
- 'greeting/**'
- 'pipeline/**'

jobs:
call-main-workflow:
Expand Down
2 changes: 1 addition & 1 deletion pipeline/workflow-builder.Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f6fbb19

Please sign in to comment.