File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535FROM ubuntu:25.10 AS base
3636
3737# OCI Labels for image metadata
38- LABEL org.opencontainers.image.title="opencode-cloud"
38+ LABEL org.opencontainers.image.title="opencode-cloud-sandbox "
3939# NOTE: This exact label format is parsed by scripts/extract-oci-description.py
4040# (called from .github/workflows/docker-publish.yml) to populate multi-arch
4141# manifest annotations for GHCR. If you change this line (format, quoting, or
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const LABEL_TITLE: &str = "org.opencontainers.image.title";
102102const LABEL_SOURCE : & str = "org.opencontainers.image.source" ;
103103const LABEL_URL : & str = "org.opencontainers.image.url" ;
104104
105- const LABEL_TITLE_VALUE : & str = "opencode-cloud" ;
105+ const LABEL_TITLE_VALUE : & str = "opencode-cloud-sandbox " ;
106106const LABEL_SOURCE_VALUE : & str = "https://github.com/pRizz/opencode-cloud" ;
107107const LABEL_URL_VALUE : & str = "https://github.com/pRizz/opencode-cloud" ;
108108
You can’t perform that action at this time.
0 commit comments