Skip to content

Commit

Permalink
fix: Build when docker image is modified
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe committed Dec 16, 2024
1 parent 9f407cc commit 0ecf164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- ".github/workflows/controller.yml"
- "operator/**"
- "docker/**"

jobs:
build-images:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "proxy/**"
- ".github/workflows/controller.yml"
- "operator/**"
- "docker/**"

jobs:
build-images:
Expand Down

0 comments on commit 0ecf164

Please sign in to comment.