From 35dd1130f2ad3eb41fbeb3f0d7f237e78b121c7c Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Fri, 10 Oct 2025 15:27:41 -0300 Subject: [PATCH] chore(main): use empty image-tag-prefix so that we will prepend bs_1.yy.z__ instead of next__ when calling the export-workspaces-as-dynamic.yaml script from plugin-export-utils Signed-off-by: Nick Boldt --- .../workflows/publish-release-branch-workspace-plugins.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-release-branch-workspace-plugins.yaml b/.github/workflows/publish-release-branch-workspace-plugins.yaml index 997747f5..6fd87ad0 100644 --- a/.github/workflows/publish-release-branch-workspace-plugins.yaml +++ b/.github/workflows/publish-release-branch-workspace-plugins.yaml @@ -68,7 +68,8 @@ jobs: publish-container: true image-repository-prefix: ${{ format('ghcr.io/{0}', github.repository) }} last-publish-commit: ${{ needs.prepare.outputs.last-published-commit }} - image-tag-prefix: ${{ github.ref_name == 'main' && 'next__' || '' }} + # use empty prefix so that we will prepend bs_1.yy.z__ instead of next__ + image-tag-prefix: ${{ '' }} image-registry-user: ${{ github.actor }} secrets: