Files
release-factory/opencode-workstation-builder/image/scripts/upgrade.sh
T
okxlin 0e089d3cc6 refactor: rename image from oh-my-opencode-runtime to opencode-workstation
- 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
2026-05-08 00:21:22 +08:00

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.'