Commit d116235
committed
Fix GitHub Actions workflow dependencies and Docker tagging
- Make Publish workflow depend on Tests workflow success instead of duplicating tests
- Use PAT_TOKEN instead of GITHUB_TOKEN to enable cascading workflow triggers
- Fix Docker metadata to support 4-digit semver tags (v0.5.1.52)
- Remove 'v' prefix from Docker tags while keeping it in Git tags
- Ensure dev tags only created for branch builds, not tag events
- Fix missing tags for Python 3.12 builds
This resolves the issue where Docker builds weren't triggered after publish
and ensures both Python versions get properly tagged images.
Signed-off-by: Phillip Sitbon <phillip.sitbon@gmail.com>1 parent 1a7b215 commit d116235
2 files changed
+8
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
| |||
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
133 | | - | |
134 | | - | |
| 132 | + | |
135 | 133 | | |
136 | 134 | | |
137 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 11 | | |
31 | | - | |
| 12 | + | |
32 | 13 | | |
33 | 14 | | |
34 | 15 | | |
| |||
0 commit comments