Skip to content

Commit a83bf15

Browse files
committed
Added dependencies to trigger docker image publication action
1 parent 77ca13c commit a83bf15

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/consumer-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- "main"
77
- "feature/deployment"
88
paths:
9+
- 'commons/src/**'
10+
- 'iam-identity/src/**'
911
- 'consumers/consumer/src/**'
1012
- 'consumers/consumer-base/Dockerfile'
1113
- '.github/workflows/consumer-build.yml'

.github/workflows/federated-catalog.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- "main"
77
- "feature/deployment"
88
paths:
9+
- 'commons/src/**'
10+
- 'iam-identity/src/**'
11+
- 'consumers/consumer/src/**'
912
- 'federated-catalog/**'
1013
- '.github/workflows/federated-catalog.yml'
1114

.github/workflows/provider-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- "main"
77
- "feature/deployment"
88
paths:
9+
- 'commons/src/**'
10+
- 'iam-identity/src/**'
911
- 'providers/provider/src/**'
1012
- 'providers/provider-base/Dockerfile'
1113
- '.github/workflows/provider-build.yml'

0 commit comments

Comments
 (0)