Commit b2af9d8
Add container build jobs to all build workflows (#190)
Add container build jobs alongside the existing wheel jobs. Tag
containers based on which workflow was triggered.
Tags:
* PR: `pr-{{ github.event.number }}` ~`{{ github.sha }}`~
* Nightly: `nightly` ~`{{ github.sha }}`~
* Release candidate: `latest` ~`{{ github.sha }}`~
* Release: `latest` `stable` ~`{{ github.sha }}`~
Edit: To save space, don't use unique tags.
- - -
* Tag RC and releases with their versions. (e.g. 0.3.0-rc, 0.3.0)
* Reuse wheel builds in container
---------
Co-authored-by: Mark Kurtz <[email protected]>
Signed-off-by: dalthecow <[email protected]>1 parent f79f713 commit b2af9d8
File tree
3 files changed
+3
-3
lines changed- .github/workflows
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
0 commit comments