mirror of
https://github.com/okxlin/release-factory.git
synced 2026-09-22 16:02:15 +00:00
- Rename directory: oh-my-opencode-builder/ → opencode-workstation-builder/ - Rename workflow: build-oh-my-opencode-runtime.yml → build-opencode-workstation.yml - Update IMAGE_REPO default to opencode-workstation - Update all path references in workflow and scripts - Update OCI image title and description - Preserve upstream npm package oh-my-opencode references
6 lines
236 B
Bash
6 lines
236 B
Bash
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
echo '[oh-my-opencode:upgrade] No automatic in-place upgrade steps are defined yet.'
|
|
echo '[oh-my-opencode:upgrade] Re-check upstream OpenCode / oh-my-opencode install docs before changing runtime logic.'
|