From a62ad0bd66589b0a45941894874c6da089614e59 Mon Sep 17 00:00:00 2001 From: Hongming Wang Date: Sat, 18 Apr 2026 07:02:02 -0700 Subject: [PATCH] chore: update publish workflow name + document staging-first flow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Default branch is now staging for both molecule-core and molecule-controlplane. PRs target staging, CEO merges staging → main to promote to production. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/publish-workspace-server-image.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-workspace-server-image.yml b/.github/workflows/publish-workspace-server-image.yml index 42244679..6f5342d8 100644 --- a/.github/workflows/publish-workspace-server-image.yml +++ b/.github/workflows/publish-workspace-server-image.yml @@ -1,7 +1,8 @@ -name: publish-platform-image +name: publish-workspace-server-image -# Builds and pushes the platform Docker images to GHCR whenever a commit -# lands on main. EC2 tenant instances pull the tenant image from GHCR. +# Builds and pushes Docker images to GHCR when staging is promoted to main. +# PRs target staging (default branch). Only main push triggers production builds. +# EC2 tenant instances pull the tenant image from GHCR. on: push: