From eb565d87b0f5c931d773b722ce7383ca2bbcdfdf Mon Sep 17 00:00:00 2001 From: Thomas Schaffter Date: Fri, 4 Oct 2024 09:54:38 -0700 Subject: [PATCH] docs(sage-monorepo): update comments in the release workflow (#2880) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fd9c3e668..a8fbaf768e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - name: Set up the dev container uses: ./.github/actions/setup-dev-container - - name: Build the images of all the OC projects + - name: Build the Docker images for the specified product run: | devcontainer exec --workspace-folder ../sage-monorepo bash -c ". ./dev-env.sh \ && export VERSION=${{ env.VERSION }} \