You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: KERNEL_README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,3 +40,21 @@ After running the sync script:
40
40
1. Resolve any merge conflicts
41
41
2. Test the build to ensure compatibility
42
42
3. Push the changes and create a PR for review
43
+
44
+
## Releasing New Images
45
+
46
+
We have github actions that will build and publish images to [ghcr](./.github/workflows/ghcr.yml)
47
+
48
+
### Picking a tag
49
+
50
+
Tags are structured as `v$UPSTREAM-v$INTERNAL` (e.g. `v3.0.6-v1.0.1`)
51
+
52
+
- If you've sync'ed the upstream use the [latest upstream tag](https://github.com/m1k1o/neko/tags) and update the `upstream` tag. (using our example, `v3.0.7-v1.0.1`)
53
+
- Otherwise use the latest [internal tag](https://github.com/onkernel/neko/tags) and bump the `internal` tag following semantic versioning (e.g. `v3.0.6-v1.2.0`)
0 commit comments