Skip to content

Commit

Permalink
add reusable container build as trigger file path
Browse files Browse the repository at this point in the history
Add reusable container build file as trigger file path for the
build-image-action.

Signed-off-by: Tuomo Tanskanen <tuomo.tanskanen@est.tech>
  • Loading branch information
tuminoid committed Sep 30, 2024
1 parent fb2be32 commit 4ba6e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-images-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- 'prow/container-images/**/Dockerfile'
- '.github/workflows/build-images-action.yml'
- '.github/workflows/container-image-build.yml'

permissions:
contents: read
Expand Down

0 comments on commit 4ba6e4b

Please sign in to comment.