Commit d4c9aec
committed
ci(docker): rebuild on pyproject.toml changes
app/__init__.py reads __version__ from importlib.metadata, which means
the version baked into the image only refreshes when the build runs
against a checkout where pyproject.toml has the new version. Bumping
the version alone wasn't triggering this workflow, so the :edge image
kept reporting the previous version until an unrelated source change
finally rebuilt it.
Adding pyproject.toml to the watched paths closes that gap.1 parent ce9dc95 commit d4c9aec
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments